summaryrefslogtreecommitdiff
path: root/tools/build_cmake.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
2024-05-03- add cmake to samd11hathach
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2023-06-25run ci with -DCMAKE_BUILD_TYPE=MinSizeRelhathach
2023-06-02fix iar cihathach
2023-06-02build g0 g4 iar cmakehathach
2023-06-02cmake refactorhathach
2023-05-10add python script to help building cmake, build all imxrt boards with cihathach