summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2026-04-14refactor rp2040 family.cmake to use family_configure_example() and apply ↵hathach
WARN_FLAGS to tinyusb sources and examples sources only (skip 3rd party library and mcu vendor)
2026-04-14get freertos working with rp2040hathach
2026-04-13Merge pull request #3574 from gab-k/support-nrf54lm20aHa Thach
Add initial board support for nRF54LM20 DK
2026-04-10clean uphathach
2026-04-10fix nrf54 and freertos porthathach
2026-04-10add dwc2_clock_init() to have nrf54 initial sequence. currently stub for ↵hathach
other ports. add board_uart_read() for nrf
2026-04-10fix stm32h5 hard fault when reading UID with ICACHE enabledhathach
On STM32H5, reading UID_BASE with ICACHE enabled causes a hard fault (ST errata). Cache the unique ID at the very start of board_init(), before any user code has a chance to enable ICACHE. Closes: https://github.com/hathach/tinyusb/discussions/3588 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-09Add initial board support for nRF54LM20 DKgab-k
2026-04-06remove IAR toolchain support from make build systemhathach
IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-05Merge pull request #3587 from hathach/teensy_configHa Thach
bsp/imxrt: refresh teensy config
2026-04-05Merge pull request #3584 from hathach/fix-hilHa Thach
Fix CDC echo test issue for IMXRT and fast MCUs
2026-04-04move MAX3421_HOST build flag to test config for metro_m4_expresshathach
2026-04-04make board_uart_read()/write() return -1 when unimplemented for consistency ↵hathach
across all families
2026-04-04implement board_uart_read()/write() as non-blocking for all familieshathach
2026-04-03fix rp2040 uart read/write non-blockinghathach
2026-04-03update stm32 to use better uart idhathach
2026-04-03bsp/imxrt: refresh teensy configHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-04-03stm32 add uart hwfifo if supported, otherwise usb tu_fifo_t for receive uart ↵hathach
in irq
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
2026-04-02fixed uart pin init for teensyfelhub
2026-04-02Merge pull request #3561 from hathach/rp2040-hcd-epxHa Thach
rp2 hcd rework: epx for non-interrupt and ping-pong double buffered
2026-03-31Removed readme and modified the getting started docValentyn Korniienko
2026-03-31Refreshed presetsValentyn Korniienko
2026-03-30Metadata updateValentyn Korniienko
2026-03-30Dead code removalValentyn Korniienko
2026-03-30Fixed HSI launchValentyn Korniienko
2026-03-30Added weact h743 board supportValentyn Korniienko
2026-03-29fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. Use "NOT DEFINED" ↵Tobi
instead of "NOT VAR" to properly detect whether the variable is unset.
2026-03-25update hcd to handle interrupt per bufhathach
2026-03-20Add dd command to MSC file explorer for sector read and speed reporting, ↵hathach
adjust CLI configuration and HIL tests
2026-03-18Migrate time apialt-0191
2026-03-18ch58x: code cleanup and minor fixesalt-0191
2026-03-18dcd_ch58x: fix toggle, SETUP race, and bus reset handlingalt-0191
- Switch from AUTO_TOG to manual toggle for all endpoints to fix toggle mismatch after clear-stall causing bus resets - Fix SETUP race condition: track ep0_completion_pending and setup_pending to avoid arming stale EP0 transfers - Defer Set Address to ISR after status ZLP is ACK'd - Improve bus reset: reset all EPs, clear pending state - Fix EP4 DMA macro to correctly map to EP0 base (0x10) - Move CH58X_UIS_TOG_OK to common section (used by both DCD/HCD) - Add #ifndef guards for BOARD_TUD/TUH_RHPORT in board.h - Track isochronous per direction: isochronous[ep][dir] - NAK EP0 OUT on completion to prevent premature data acceptance
2026-03-18test: fix ch58x linker errors by adding libc/libgcc and libISP583alt-0191
2026-03-18bsp: ch58x fix typo FAMILY_MCUS CH582 to CH58Xalt-0191
2026-03-18bsp: ch58x: sync cmake options with make and skip unsupported examplesalt-0191
2026-03-18ch58x: fix build flags and driver bugsalt-0191
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