| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
since HS interrupt endpoint can be up to 1024, 8-bit is not enough.
affected APIs are:
- tud_hid_n_report() / tud_hid_report()
- tud_hid_report_complete_cb()
|
|
|
|
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
RP2040 HCD Improvements (Hub + Keyboard + Mouse working)
|
|
Stub out dcd_edpt_close for samd
|
|
Fix typo for log format
|
|
|
|
|
|
exmaples
|
|
Not having this prevents the device from finishing the mounting process.
Tested on a SAMD51 and didn't seem to need to actually do anything in the close function.
|
|
|
|
Host: Add support for multi-level usb hubs
|
|
|
|
- Stall now has priority over other interrupt responses
- Delete eunused hcd_edpt_busy
- Assert !ep->active when trying to start a new xfer
- Assert !ep->active when handling buff_status bits
- Set ep->xferred_len to 8 once a setup packet is finished so the data
structure is accurate
|
|
|
|
also removed commented tud_sof_isr_set() API
|
|
__no_inline_not_in_flash_func() for faster irq handling
result is 1KB of code moved from rom -> ram
|
|
|
|
|
|
Better support multiple controllers configuration
|
|
|
|
msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove the usage of TUD_OPT_RHPORT in class driver
|
|
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT
- BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
|
|
|
|
overwrite grstctl on edpt_disable
|
|
|
|
Update dwc2_stm32.h
|
|
Add SOF IRQ Handler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|