summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2026-03-18ch58x: fix MCU macro naming and add get_deps/boards entriesalt-0191
2026-03-18add WCH CH58x (CH582/CH583) BSP and USB FS device/host driveralt-0191
2026-03-18add board_uart_read() for f7hathach
2026-03-17add hil test for host msc and cdchathach
2026-03-17add hil host cdc testhathach
2026-03-16add missing stm32u083nucleo board fileshathach
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]>
2026-03-16add stm32u083nucleo boardhathach
2026-03-14update rx65n_target: correct pin configuration and remove unused USB ↵hathach
interrupt definitions
2026-03-14migrate kinetis_k32l build system to new mcux-devices pathshathach
2026-03-13add ft9xx-gcc toolchain support to CIhathach
2026-03-13actual build make/cmake for ft9xxhathach
2026-03-13fix cihathach
2026-03-13forgot to add fileshathach
add cmake support for rx
2026-03-13add support for CH32F20X MCU and update board configurationhathach
2026-03-13rename and migrate kinetis_k32l to new mcux-deviceshathach
2026-03-12Merge branch 'master' into ncm_restartZixun LI
2026-03-11migrate imxrt to use new mcux-devices-rthathach
2026-03-10Merge pull request #3530 from hathach/hcd_ip3516Ha Thach
Add IP3516 HCD support
2026-03-10fix make lpc51 buildhathach
2026-03-10update lpc55 bsp to use mcx config tool, move led/button/uart and usb port ↵hathach
power to generated pinmux
2026-03-07Merge pull request #3519 from hathach/samx7x_updateHa Thach
refresh dcd_samx7x
2026-03-07- update SAME70 BSP: remove unused definitions, consolidate startup fileshathach
- and add unique ID - add freertos
2026-03-06fix CIHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-03-06Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-03-06fix Jlink device nameHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-03-06Merge remote-tracking branch 'tinyusb/master' into samx7x_updateHiFiPhile
2026-03-06Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printerhathach
2026-03-06Merge pull request #3528 from hathach/improve-iar-warningsHa Thach
Add IAR warning flags to CMake build and resolve warnings
2026-03-06Merge pull request #3394 from hathach/ci_deinitHa Thach
ci_hs: add deinit support
2026-03-06fix warningshathach
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-03-05Merge pull request #3521 from RobertDaleSmith/fix/max3421-spi-xfer-apiZixun LI
fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking
2026-03-05ci_hs: add deinit supportZixun LI
Signed-off-by: Zixun LI <[email protected]>
2026-03-05Merge pull request #3378 from hathach/dwc2_deinitHa Thach
Add DWC2 deinit support
2026-03-05Merge pull request #3423 from armusin/threadx_osalHa Thach
ThreadX OSAL header
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-05fix hse value for stm32f411blackpillhathach
2026-03-05Merge branch 'master' into dwc2_deinithathach
2026-03-05esp32p4 min rev 0.1hathach
2026-03-04Merge branch 'master' into dwc2_deinithathach
2026-03-03fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blockingRobert Dale Smith
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.
2026-03-02fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3hathach
2026-03-02fix call_after timeout adjustment with rtoshathach
2026-03-02fix board test without tusb_time_millis_api()hathach
2026-03-01bsp/stm32h7: fix h747-disco buttonHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27update h743eval board settings for tracinghathach
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-02-27Add a dynamic switch exampleHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>