| Age | Commit message (Collapse) | Author |
|
|
|
|
|
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
|
|
consistent
|
|
|
|
|
|
|
|
|
|
|
|
- skip breakpoint for espressif riscv
|
|
|
|
|
|
|
|
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default to 1 NAK per endpoint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
state
|
|
as official option
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
made log line end consistent \r\n
|
|
|
|
added max3241 for feather m4 and tested
|
|
only call tuh_max3421_spi_cs_api() in SPI start/end transfer since
Arduino port use this to call begin/endTransaction()
|
|
to make sure it is valid
|
|
tested working with sam d21 and d51, not tested with nrf52, seem not
working with esp32
|
|
|
|
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
|
|
|
|
|
|
|
|
- also add usbh_defer_func()
|
|
hanged occasionally.
|