| Age | Commit message (Collapse) | Author |
|
|
|
|
|
misc fixes
|
|
for all cases.
|
|
|
|
Stub out dcd_edpt_close for samd
|
|
Fix typo for log format
|
|
rp2040: use shared IRQ handlers, so user can also hook the USB IRQ
|
|
|
|
|
|
correct bulk size for highspeed endpoint in dynamic_configuration and usbtmc exmaples
|
|
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.
|
|
rp2040: make moving 1K of code into RAM optional - and off by default
|
|
|
|
Host: Add support for multi-level usb hubs
|
|
|
|
|
|
more dynamic controller for host
|
|
|
|
revert sof_isr driver rename since it cause issue with existing code
|
|
also removed commented tud_sof_isr_set() API
|
|
make all hcd/dcd function used in isr into ram
|
|
__no_inline_not_in_flash_func() for faster irq handling
result is 1KB of code moved from rom -> ram
|
|
add tuh_configure() for port/dynamic host behavior config
|
|
|
|
add TU_ATTR_FAST_FUNC for audio sof isr call chain
|
|
|
|
Better support multiple controllers configuration
|
|
|
|
|
|
CFG_TUSB_RHPORT0_MODE
|
|
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
|
|
Fix compile error
|
|
|
|
remove cmake compile macro for net example (use lwipopts.h instead)
|
|
|
|
overwrite grstctl on edpt_disable
|
|
|
|
Update dwc2_stm32.h
|
|
Add SOF IRQ Handler
|
|
Fix printf long int compiler error
|