| Age | Commit message (Collapse) | Author |
|
|
|
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
separate cdc tx & rx bufsize
|
|
|
|
|
|
|
|
|
|
|
|
- change tud_msc_scsi_cb return type to simply bool
- change tud_msc_write10_cb, tud_msc_read10_cb params order
|
|
|
|
|
|
|
|
CFG_TUD_TASK_STACKSIZE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|