summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2026-06-03refactor(cmake): comment out unused target folder propertieshathach
2026-05-30Merge pull request #3620 from UMRnInside/fix-ch32v103-hardfaultZixun LI
2026-05-29bsp/stm32f4: enable flash cacheHiFiPhile
2026-05-29bsp/stm32f7: fix f746disco jlink deviceHiFiPhile
2026-05-26Enable GPIOC for CH32V103 bluepill boardsUMRnInside
2026-05-24Fix missing prototype in ch32v10x bspUMRnInside
2026-05-24use vendor-specific CSR 0x800 to toggle IRQUMRnInside
2026-05-24Fix typo found by CopilotUMRnInside
2026-05-22ch32v20x: fix port1 IP selectionHiFiPhile
2026-05-22bsp/ch32: fix linker report 100% RAM usageHiFiPhile
2026-05-19Merge pull request #3571 from sauloverissimo/feat/midi2-device-host-driverZixun LI
2026-05-17bsp: fix tcpp0203 lto uninit errorHiFiPhile
2026-05-12support map filesMichael Rogov Papernov
2026-05-12refactor: replace midi2_host (Waveshare) with midi2_host_featherSaulo Veríssimo
2026-05-12example: add MIDI 2.0 Host example with display (midi2_host)Saulo Veríssimo
2026-05-12feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)Saulo Veríssimo
2026-05-08reduce NTM sizeHiFiPhile
2026-05-08lpc55 works with net_lwipHiFiPhile
2026-05-04Adjust RAM configuration for nrf54h20 to optimize memory usage in video exampleshathach
2026-05-04Merge branch 'master' into merge-usbd-controlhathach
2026-04-29fixupHiFiPhile
2026-04-29ensure board_uart_write return -1 on defaultHiFiPhile
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-04-26Add ch32v103c_bluepill boardUMRnInside
2026-04-26Fix CH32V103 hardfault on startupUMRnInside
2026-04-25Merge branch 'master' into musb-followup-3594hathach
2026-04-23Merge pull request #3601 from hathach/fix-conversion-warningsHa Thach
2026-04-22Add ESP32-S31 as a supported MCU in TinyUSBigor.masar
2026-04-21enable double buffer for tm4chathach
2026-04-17Merge pull request #3599Ha Thach
2026-04-17fix some Wconversion warningshathach
2026-04-16fix(docs): update URL for STM32C071 Nucleo board documentationStefanOroel
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-14refactor rp2040 family.cmake to use family_configure_example() and apply WARN...hathach
2026-04-14get freertos working with rp2040hathach
2026-04-13Merge pull request #3574 from gab-k/support-nrf54lm20aHa Thach
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 othe...hathach
2026-04-10fix stm32h5 hard fault when reading UID with ICACHE enabledhathach
2026-04-09Add initial board support for nRF54LM20 DKgab-k
2026-04-06remove IAR toolchain support from make build systemhathach
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