summaryrefslogtreecommitdiff
path: root/hw/bsp/gd32vf103
AgeCommit message (Expand)Author
2026-04-29ensure board_uart_write return -1 on defaultHiFiPhile
2026-04-04implement board_uart_read()/write() as non-blocking for all familieshathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-10-28fix warning with strict prototypes warningshathach
2025-10-28disable warning for startup filehathach
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and mo...hathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-01-25cmake remove EXAMPLE-tinyusb target as libraryhathach
2025-01-24add cmake RTOS=zephyr (default noos) for zephyr buildhathach
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w...hathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-11-30Add bin & hex output to cmake targets.HiFiPhile
2024-10-25fix make buildhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-09Rework ci (#2631)Ha Thach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-17fix trailing space and new linehathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
2023-03-08Merge branch 'master' into renesas-rahathach
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2022-06-02rework make freertos port handlingRafael Silva
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-25switch gd32 and stm32f4 to use new dwc2 driverhathach
2021-10-17more with -Wcast-qualhathach
2021-08-15change toolchain to riscv-none-embed-gcc-xpack for cihathach
2021-08-15move gd32vf103 to its own familyhathach