mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
hathach
e14aa4197d
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data)
- support any size queue message (instead of fixed uint32_t)
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%