TUD-OS / NRE

NOVA runtime environment (official branch)
GNU General Public License v2.0
33 stars 12 forks source link

Getting Debug Information for USB #63

Open lonnietc opened 2 years ago

lonnietc commented 2 years ago

Hi All,

I am working with NRE and NOVA to learn as well as to maybe move some things forward. Right now I am investigating what it might take to write up a USB driver so that the code can see modern USB keyboards and mouse events.

This is a challenge, since I am really trying to figure out where to start and am spending a LOT of time reading and learning the code.

To that end, I am wondering if there is some way to get back some debug information while the system is running under QEMU perhaps so that I can see what is being sent to find out more about the USB.

I am also searching for a use bare metal USB library that might be useful so if you have any suggestions then please let me know. Thanks and have a great day