Read one mouse packet byte per interrupt
Fix #832
Mutex should be good here, right?
Can these handlers be called from multiple cores at the same time? Interleaved, or nested?
Hi @hecatia-elegua, I'm doing some PR triage and noticed this one was mostly ready, just needed a few minor fixes.
If you have time, would you be interested in making those changes? If not, I totally understand; just let me know and I can take over and fix things up before merging.
I think back when I tried switching this to const generics + AtomicU64 it didn't just work easily and then I switched to other tasks. Feel free I guess
I think back when I tried switching this to const generics + AtomicU64 it didn't just work easily and then I switched to other tasks.
Oh interesting! What did you try, and do you have your attempted code anywhere where I could check it out? (even if it's messy)
Feel free I guess
Ok thanks, will do.
can't find it, I think I just removed the folder when switching computers