| Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add compiler guard for exceeding number of endpoints for lpc11/13u
|
|
introduce scsi_data to mscd_interface_t to make tusbd_msc_scsi_cb buffer's address no longer to be required in USB ram section --> save usb ram for lpc11/13u
|
|
msc_device.c
|
|
move led_blinking_task and led_blinking_set_interval to board.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove -Wpacked -Wpadded in gcc
|
|
|
|
|
|
|
|
clean up some warnings
|
|
|
|
clean ending warming with IAR
|
|
|
|
|