esp32-s2_dfu/tinyusb/osal
hathach 93269b0343 fix osal_semaphore_wait & osal_queue_receive of osal_none's bug
- not assign error to TUSB_ERROR_NON if succeed

add code up to set device address for enumeration
2013-02-04 20:54:52 +07:00
..
osal.h add TUSB_CFG_HOST_ENUM_BUFFER_SIZE 2013-02-04 16:07:42 +07:00
osal_common.h add timeout to queue_receive and update test code for it 2013-02-01 12:39:39 +07:00
osal_freeRTOS.h complete define osal_freeRTOS for semaphore and queue 2013-02-04 18:05:22 +07:00
osal_none.c add timeout to queue_receive and update test code for it 2013-02-01 12:39:39 +07:00
osal_none.h fix osal_semaphore_wait & osal_queue_receive of osal_none's bug 2013-02-04 20:54:52 +07:00