summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-16Merge pull request #3598 from hathach/worktree-rp2040-freertosHa Thach
2026-04-14suppress null-dereference warnings in FreeRTOS buildshathach
2026-04-14remove -Werror from example sources to prevent build exampleshathach
2026-04-14fix cihathach
2026-04-14refactor rp2040 family.cmake to use family_configure_example() and apply WARN...hathach
2026-04-14Merge branch 'hathach:master' into big-endian-for-setup-packetsDang Fan
2026-04-14get freertos working with rp2040hathach
2026-04-13Merge pull request #3574 from gab-k/support-nrf54lm20aHa Thach
2026-04-13introduce two more macros to follow tinyusb's styleFan DANG
2026-04-13fix(device): big-endian host support for SETUP packet handlingFan DANG
2026-04-11Fix musb RXRDY ClearingBrent Kowal
2026-04-10update README.rsthathach
2026-04-10Update src/portable/synopsys/dwc2/dcd_dwc2.cHa Thach
2026-04-10clean uphathach
2026-04-10fix DWC2 FIFO depth values for STM32 familieshathach
2026-04-10debloat the workaroundHiFiPhile
2026-04-10Allow STM32 FSDEV delay override macros to satisfy 32-bit guardcopilot-swe-agent[bot]
2026-04-10Restore errata context comment on inline delay helpercopilot-swe-agent[bot]
2026-04-10Make fsdev errata delay helper static inlinecopilot-swe-agent[bot]
2026-04-10fix nrf54 and freertos porthathach
2026-04-10Merge pull request #3593 from hathach/worktree-fix-stm32h5-uid-icacheHa Thach
2026-04-10add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...hathach
2026-04-10fix stm32h5 hard fault when reading UID with ICACHE enabledhathach
2026-04-09rename ep_fifo_size (bytes) to otg_dfifo_depth (words)hathach
2026-04-09Polish FSDEV delay code readabilitycopilot-swe-agent[bot]
2026-04-09Clarify STM32U0 delay-default frequency usagecopilot-swe-agent[bot]
2026-04-09Simplify delay loop comment in shared FSDEV helpercopilot-swe-agent[bot]
2026-04-09Decouple DCON stabilize delay from BTABLE errata macrocopilot-swe-agent[bot]
2026-04-09Restore compile-time guard for STM32 FSDEV delay defaultscopilot-swe-agent[bot]
2026-04-09Document and polish shared FSDEV errata delay helpercopilot-swe-agent[bot]
2026-04-09Remove accidental dependency gitlinkscopilot-swe-agent[bot]
2026-04-09Refactor STM32 FSDEV PMA errata delay into common helpercopilot-swe-agent[bot]
2026-04-09Add initial board support for nRF54LM20 DKgab-k
2026-04-06Merge pull request #3563 from hathach/remove-iar-make-supportHa Thach
2026-04-06remove IAR toolchain support from make build systemhathach
2026-04-05Merge pull request #3581 from non-bin/masterHa Thach
2026-04-05Merge pull request #3587 from hathach/teensy_configHa Thach
2026-04-05Merge pull request #3584 from hathach/fix-hilHa Thach
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 a...hathach
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
2026-04-03Merge pull request #3585 from hathach/fix/rp2350-unaligned-memcpyHa Thach
2026-04-03Merge pull request #3580 from michael-membrowse/fix/merge_to_master_buildHa Thach
2026-04-03Merge pull request #3586 from felhub/masterHa Thach
2026-04-03add script and instruction to run remote hil on local ci serverhathach
2026-04-03stm32 add uart hwfifo if supported, otherwise usb tu_fifo_t for receive uart ...hathach
2026-04-03fix issue with exmaplehathach