| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The board.cmake, board.mk, and board.h were created but not
included in the previous commit, causing CI cmake failure.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
|
|
|
interrupt definitions
|
|
|
|
|
|
|
|
|
|
add cmake support for rx
|
|
|
|
|
|
|
|
|
|
Add IP3516 HCD support
|
|
|
|
power to generated pinmux
|
|
refresh dcd_samx7x
|
|
- and add unique ID
- add freertos
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
Add IAR warning flags to CMake build and resolve warnings
|
|
ci_hs: add deinit support
|
|
|
|
|
|
fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
Add DWC2 deinit support
|
|
ThreadX OSAL header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The write+read path in tuh_max3421_spi_xfer_api() hardcodes spi0
instead of using the MAX3421_SPI define. This causes a hang on
boards wired to spi1 (e.g. Feather RP2040 USB Host + MAX3421E
FeatherWing) since spi_write_read_blocking() blocks forever on an
uninitialized SPI peripheral.
The read-only and write-only paths already use MAX3421_SPI correctly.
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|