| Age | Commit message (Collapse) | Author |
|
|
|
These are intended to allow bare metal platforms with one-shot scheduling
capabilities to schedule the TinyUSB task handlers whenever they know there is
work for them to do.
Signed-off-by: Angus Gratton <[email protected]>
|
|
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
|
|
|
|
|
|
can be useful when focusing on let's say usbh
|
|
|
|
new setup complete in the same isr frame
change usbd edpt busy/stalled/claimed value to 0/1 instead of
(true/false) since they are 1-bit field.
|
|
|
|
temporarily disable codespell
|
|
stm32_fsdev & ISO EP buffer allocation improvements
|
|
|
|
|
|
|
|
|
|
- remove non_used_index_space
- packed overwritable with item_size
|
|
|
|
|
|
|
|
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
|
|
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
|
|
also removed commented tud_sof_isr_set() API
|
|
|
|
remove the usage of TUD_OPT_RHPORT in class driver
|
|
Add SOF IRQ Handler
|
|
|
|
|
|
|
|
|
|
|
|
and in_isr
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
|
|
pending for event queue with timeout of 1 ms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move debug utils to new header
|
|
|