| Age | Commit message (Collapse) | Author |
|
|
|
- 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)
|
|
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
|
|
|
|
update esp32 to also be supported by hil test
|
|
made log line end consistent \r\n
|
|
test run locally well
|
|
|
|
|
|
|
|
|
|
|
|
add -Wl,--no-warn-rwx-segment for gcc 12+
|
|
|
|
tested with feather nrf52840, m0, m4
|
|
|
|
|
|
Add support for stm32u5a5 (highspeed with built-in femtoPHY)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
bit of issue
|
|
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
|
|
|
|
'MAX3421_HOST=1' must be added as part of make/cmake command
|
|
|
|
|
|
|
|
|
|
|
|
Invoke unmounted state on configuration reset
|
|
Enhance HITL test
|
|
with IAR build
|
|
|
|
|
|
Fix makefile a warning when run on windows command prompt
|
|
Fix build issues when building for RP2040 from pico-examples/pico-sdk.
|
|
|