USB DFU (DFU mode) implementation for ESP32-S2 based on tinyUSB
Go to file
hathach 54221bb73b move code in host demo to /src in prepare for support freeRTOS projects 2013-04-15 17:30:36 +08:00
demos move code in host demo to /src in prepare for support freeRTOS projects 2013-04-15 17:30:36 +08:00
tests 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) 2013-04-10 01:18:32 +07:00
tinyusb - ehci: free error TD for recovery 2013-04-10 02:40:09 +07:00
vendor/freertos create vendor folder & add freeRTOS 7.3 from lpcopen 2013-04-14 01:54:02 +08:00
.cproject fix TASK_ASSERT for osal_none.h 2013-02-06 13:15:12 +07:00
.project fix TASK_ASSERT for osal_none.h 2013-02-06 13:15:12 +07:00
README.md added files 2012-11-27 15:21:47 +07:00
doxygen.Doxyfile update project setting to have most warning option enable with simple switch on/off (off for faster compiling time) 2013-01-15 14:41:19 +07:00

README.md

tinyusb

an embedded open-source usb stack for ARM MCUs