| Age | Commit message (Collapse) | Author |
|
Co-authored-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
hcd_bus_info_get
streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus)
|
|
|
|
|
|
consistent
|
|
|
|
|
|
|
|
example with iso kind of work but not smoothly. audio example does not seems to work as expected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hil: remove ch32v203 since not reliable enough
|
|
well. Merge ep0 and epn together
|
|
|
|
|
|
|
|
|
|
|
|
Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral.
- Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup.
- Combined TM4C and MSP432E into a single header file.
- Created musb_max32.h, and removed the MAX32 specific C implementation.
- Updated MAX32 build system to use dcd_musb.c.
- Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing.
|
|
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
Add SOF IRQ Handler
|
|
|
|
|
|
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
Add a HCD driver for MSP-EXP432E401Y
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|