summaryrefslogtreecommitdiff
path: root/tools/build_board.py
AgeCommit message (Collapse)Author
2024-05-09Rework ci (#2631)Ha Thach
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-01-17update build script to support iar with CC=iccarm optionhathach
2022-07-01update get-deps for cihathach
2022-06-29update build_board.py to parallel buildhathach
2022-05-10include dual examples to cihathach
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2021-01-25rename build outputhathach
2021-01-25correct ci scriptshathach
2021-01-23seperate ci build for family and orphaned boardshathach