USB DFU (DFU mode) implementation for ESP32-S2 based on tinyUSB
Go to file
hathach d4a2600ecc - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS)
- add new error enum TUSB_ERROR_OSAL_TASK_CREATE_FAILED
- move usbh_enumeration_task prototype to usbh.h
- change OSAL_SUBTASK_INVOKED_AND_WAIT behavior, will not "return" in calling task when subtask got error status.
calling task need to do that after the call
- osal_queue_receive signature from uint32_t* to void*

- implement osal_freertos.h for FreeRTOS 7.3 --> able to compile & build host_freertos
+ OSAL_TASK_FUNCTION
+ turn on FPU for M4 in both host_os_none & host_freertos (freertos requires FPU to be on to compile)
+ osal_task_create
+ OSAL_SUBTASK_INVOKED_AND_WAIT
+ SUBTASK_ASSERT
+ osal_semaphore_reset
+ osal_queue_flush
+ adding heap_1.c for memory management
2013-04-24 17:53:43 +07:00
demos - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07:00
tests - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07:00
tinyusb - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07:00
vendor/freertos - change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS) 2013-04-24 17:53:43 +07: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