mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 15:40:41 +00:00
NOTES: print_greeting if is executed before the start of freeRTOS scheduler --> hardfault - print_greeting->vsprintf->systick -> bunch of ISR --> hardfault. printf using serial after the start of scheduler is ok though
tinyusb
an embedded open-source usb stack for ARM MCUs
Languages
C
94%
CMake
2.5%
Makefile
1.4%
Python
1%
C++
0.6%
Other
0.5%