| Age | Commit message (Collapse) | Author |
|
Check for event queue overflow in usbd / dcd_event_handler
|
|
|
|
|
|
|
|
|
|
|
|
Log outbound xfer bytes while in debug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- change code style
|
|
|
|
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
|
|
|
|
|
|
|