| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-22 | hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583 | hathach | |
| The BSP family and MCU option were named "ch58x"/"CH58X", but the supported part is the CH583/CH582 (and the SDK repo is openwch/ch583); CH585 is a separate MCU family, so the CH58x umbrella was misleading. Rename to the specific family: - hw/bsp/ch58x -> hw/bsp/ch583 (dir), and the BSP-local files ch58x_it.* -> ch583_it.*, system_ch58x.* -> system_ch583.* (include guards/refs updated). The vendor SDK files (CH58x_common.h, CH58x_*.c in hw/mcu/wch/ch583) keep their names. - OPT_MCU_CH58X -> OPT_MCU_CH583 in tusb_option.h, tusb_mcu.h, and the shared WCH USBFS driver (ch32_usbfs_reg.h, dcd_ch32_usbfs.c). OPT_MCU_CH582 is kept as an alias (same value), so either name selects the same code. - FAMILY_MCUS CH58X -> CH583, CFG_TUSB_MCU=OPT_MCU_CH583, mcu:CH58X -> mcu:CH583 in the example skip lists, the CI build matrix (ci_set_matrix.py), the get_deps family tag, and docs/reference/boards.rst. Board names (ch582m_evt, yd-ch582m) are unchanged. Verified: make + cmake build for ch582m_evt, and ci.lan HIL (all device examples pass). Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> | |||
| 2026-06-18 | Merge remote-tracking branch 'origin/master' into add-ch58x-usbfs | hathach | |
| 2026-04-14 | get freertos working with rp2040 | hathach | |
| 2026-03-18 | bsp: ch58x: sync cmake options with make and skip unsupported examples | alt-0191 | |
| 2026-03-13 | actual build make/cmake for ft9xx | hathach | |
| 2026-03-13 | add support for CH32F20X MCU and update board configuration | hathach | |
| 2026-03-07 | - update SAME70 BSP: remove unused definitions, consolidate startup files | hathach | |
| - and add unique ID - add freertos | |||
| 2025-12-16 | example: with FreeRTOS: skip hpmicro | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-10-15 | update nuc121/125 | hathach | |
| 2025-09-12 | exclude stm32l0538 due to size limit | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-09-30 | skip some examples for mcxa15 | hathach | |
| 2024-06-14 | fix ci skip example for ch32v1 | hathach | |
| 2024-05-16 | change default risv-gcc to riscv-none-elf- and add _zicsr extension | hathach | |
| add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter | |||
| 2024-04-28 | Fix CI. | HiFiPhile | |
| 2024-04-27 | audio_test_freertos & audio_4_channel_mic_freertos | Kasper Nyhus Kaae | |
