| Age | Commit message (Collapse) | Author |
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
consistent
|
|
|
|
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
|
|
|
|
|
|
|
- fix warnings build hcd max3421 with rp2040
- add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1
will enable this
- add max3421 driver implementation for rp2040 family
- update tusb_config for host to allow easy enable host selection for
rp2040 (default/pio-usb/max3421)
|
|
'MAX3421_HOST=1' must be added as part of make/cmake command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add BOARD_UPPERCASE for board detection
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
add user arg to all scsi command API that support complete callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add lib/fatfs version 15
- add lib/embedded-cli
|