summaryrefslogtreecommitdiff
path: root/hw/bsp/ch32v20x/family.c
AgeCommit message (Expand)Author
2026-07-09bsp(ch32): naked fsdev ISRs so nested USBD IRQs return safelyhathach
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-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-07-05always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support...hathach
2025-07-04Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-hosthathach
2025-04-06Allow different port and mode for LED on ch32v boardsRadomir Dopieralski
2025-03-16Fix the condition related to CFG_TUH_WCH_USBIP_USBFS macroverylowfreq
2025-03-16Add ch32v20x usbfs hcd initial support.verylowfreq
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-07-23fsdev read/write packet use unaligned functionhathach
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in SystemI...hathach
2024-07-05add board_reset_to_bootloader(), try to implement that for ch32v203 but not w...hathach
2024-06-21add new ch32v203g6u board, sysfreq is defined in board.cmake/mkhathach
2024-06-14use stock core_riscv.h for ch32 v2 v3hathach
2024-06-06add c6 devkit, tested with max3421ehathach
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran