USB DFU (DFU mode) implementation for ESP32-S2 based on tinyUSB
Go to file
hathach 3ac88f1b4e refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END
- add TASK_ASSERT & TASK_ASSERT_STATUS
add more code for enumerate task
add control requests & its type def
add API for HCD
- hcd_pipe_addr0_open
- hcd_pipe_control_open
- hcd_pipe_control_xfer
- hcd_pipe_open
- hcd_port_speed
2013-02-02 15:36:20 +07:00
demos house keeping 2013-01-27 16:19:18 +07:00
tests refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END 2013-02-02 15:36:20 +07:00
tinyusb refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END 2013-02-02 15:36:20 +07:00
.cproject fix mocking osal api using ifdef 2013-01-30 12:55:44 +07:00
.project 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 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