| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add ASSERT_
- rename edpt_equal
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove endpointhandle_is_valid()
|
|
|
|
|
|
|
|
|
|
remove device class/interface callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove "primitive_types.h" by simply include stdbool.h, stdint.h
|
|
|
|
|
|
flush usbd_queue_hdl when bus_reset
add assert check for osal_queue_send
increase ENUM_QUEUE_DEPTH for usbh
change osal_freeRTOS.h implementation to
- correctly waiting forever for semaphore wait, queue & mutex
- not use ISR safe version since it is not as generic as we want
|
|
|
|
|
|
|