mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
hathach
2d7fbb5153
change keyboard_app.c & mouse_app.c from polling API to interrupt-based (callback isr)
and using OSAL for task-base demo - fix ehci error with XFER_COMPLETE callback to usbh_isr, TD need to be freed & unlink before invoking callback - fix bug in usbh.c set device state to CONFIGURED right after SET_CONFIGURE control xfer
tinyusb
an embedded open-source usb stack for ARM MCUs
Languages
C
94.1%
CMake
2.5%
Makefile
1.4%
Python
1%
C++
0.5%
Other
0.5%