| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-28 | bsp, hil: flash WCH boards with the unified OpenOCD fork (#3791) | Ha Thach | |
| bsp, hil: flash with the unified OpenOCD fork https://github.com/hathach/openocd (branch tinyusb) is mainline plus every config these boards need: RPi RP2350, ADI max32/max78, the MounRiver WCH configs, and the wlinke adapter on mainline's riscv target. It is a superset of the vendor forks, so one 'openocd' covers all boards; -DOPENOCD=/OPENOCD= still select another, msdk's when MAXIM_PATH is set. Drops family_flash_openocd_wch and the OPENOCD_WCH pair, dedups family_flash_openocd_adi, aligns ch583's work area, and points hil at the flasher's own config instead of generating one per probe. Verified: HIL green on all four WCH boards and max32666fthr. | |||
| 2026-06-10 | Merge pull request #3690 from hathach/claude/board-test-idle-park | Ha Thach | |
| hil: park boards with idle board_test instead of erasing flash | |||
| 2026-06-05 | add tm4c123x evk to hill pool (#3676) | Ha Thach | |
| * add ek_tm4c123gxl to the hil pool, flashing with lm4flash | |||
| 2026-06-03 | refactor(cmake): comment out unused target folder properties | hathach | |
| 2026-05-12 | support map files | Michael Rogov Papernov | |
| 2026-04-14 | refactor rp2040 family.cmake to use family_configure_example() and apply ↵ | hathach | |
| WARN_FLAGS to tinyusb sources and examples sources only (skip 3rd party library and mcu vendor) | |||
| 2026-04-14 | get freertos working with rp2040 | hathach | |
| 2026-03-29 | fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. Use "NOT DEFINED" ↵ | Tobi | |
| instead of "NOT VAR" to properly detect whether the variable is unset. | |||
| 2026-03-13 | actual build make/cmake for ft9xx | hathach | |
| 2026-03-13 | forgot to add files | hathach | |
| add cmake support for rx | |||
| 2026-03-11 | migrate imxrt to use new mcux-devices-rt | hathach | |
| 2026-03-05 | add IAR warning flags to cmake build and fix them | hathach | |
| 2026-03-05 | improve threadx support, add multi ROTS support for board_test and msc_dual_lun | hathach | |
| 2026-02-12 | change membrowse target to board/target and remove redundant ↵ | hathach | |
| continue-on-error directive fix defsym can be followed by = or , | |||
| 2026-02-12 | fix ld symbols extraction | Michael Rogov Papernov | |
| 2026-02-11 | make membrowse command more visible | hathach | |
| 2026-02-11 | parse and pass linker symbol to membrowse report | hathach | |
| 2026-02-11 | update membrowse target to family/board/target | hathach | |
| 2026-02-11 | add build target argument to improve flexibility of build scripts and workflows | hathach | |
| membrowse-upload upload with --identical if elf file does not exist | |||
| 2026-02-10 | add membrowse-upload target and use it in ci after build | hathach | |
| 2026-02-10 | add membrowse target to family support for enhanced memory analysis | hathach | |
| 2026-02-06 | set folder property for flash tool targets | hathach | |
| update build.yml only build with pr and push-to-master | |||
| 2025-12-19 | clean up cmake, remove family_get_project_name() | hathach | |
| 2025-12-10 | update metrics to support bloaty csv | hathach | |
| 2025-12-09 | update metrics to support bloaty | hathach | |
| 2025-12-03 | upload metrics.json and aggregate code metrics, post metrics comment | hathach | |
| fine tune ci matrix run | |||
| 2025-12-02 | adding metrics for computing average compiled size | hathach | |
| 2025-12-02 | adding metrics for computing average compiled size | hathach | |
| 2025-12-01 | run linkermap as post build for size analyze | hathach | |
| 2025-12-01 | add linkermap to deps and linkermap taget | hathach | |
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ↵ | hathach | |
| as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. | |||
| 2025-11-11 | update doc | hathach | |
| 2025-11-06 | update espressif cmake | hathach | |
| 2025-11-05 | added .clang-format | hathach | |
| fix more alerts disable IAR CStat since pvs-studio check is better integrated with clion | |||
| 2025-10-27 | improve warnings with rp2040 family | hathach | |
| 2025-10-26 | iar cstat require cmake at least 4.1 | hathach | |
| 2025-10-24 | enable IAR CState with IAR_CSTAT=1 | hathach | |
| 2025-10-23 | refactor family.cmake: rename add_board_target() to family_add_board() and ↵ | hathach | |
| move it to family_configure_common() also move startup and linker from board target to actual exe | |||
| 2025-10-15 | merge nuc121 and 125 | hathach | |
| 2025-10-14 | suppress some warnings in zephyr build | hathach | |
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-07-02 | update board_test always output to uart regardless of LOGGER option | hathach | |
| 2025-06-11 | Merge branch 'master' into fork/HiFiPhile/h7rs | hathach | |
| 2025-06-11 | add make build for maxim | hathach | |
| 2025-06-10 | merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. ↵ | hathach | |
| Only support cmake build system rename hw/mcu/analog/max32 to hw/mcu/analog/msdk | |||
| 2025-04-12 | Merge remote-tracking branch 'upstream/master' into h7rs | HiFiPhile | |
| 2025-04-12 | Fix swo logger case. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-26 | imxrt: disable BOARD_ConfigMPU() since it cause issue with imxrt1060/64. ↵ | hathach | |
| Update imxrt configtool forr some board to get uart pin init. | |||
| 2025-03-10 | fix(rp2040) set RTOS as cmake cache to fix pico-example build | hathach | |
| 2025-02-20 | add fruitjam bsp | hathach | |
