Commit Graph

11 Commits

Author SHA1 Message Date
Ha Thach
ba6babf570 Rework ci (#2631)
* 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-09 20:43:46 +07:00
hathach
980f5992c8 add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 bytes (incorrect) 2024-05-02 16:57:50 +07:00
hathach
be0d62ba6c clang samd51 compile but does not run, rom is correct, but ram is lacking bss. Got stkerr -> hardfault 2024-04-19 23:17:00 +07:00
hathach
3442a87d5b - clang h743 build and run cdc_msc ok
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-19 23:16:57 +07:00
hathach
96f7ca02bf clang build board test with h743 2024-04-19 23:16:57 +07:00
hathach
632a001955 update cmake build 2024-04-19 23:16:55 +07:00
hathach
7545c40003 cmake detect toolchain based on -DCMAKE_C_COMPILER 2024-04-19 23:16:54 +07:00
hathach
abddc850ac add cmake support for msp430 2024-04-12 11:45:36 +07:00
hathach
4ed02ae5f9 reformat code hid_host.c
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
2024-03-01 17:34:14 +07:00
Mengsk
3eb7d6ede9 Enhance IAR CMake support. 2023-12-13 17:20:51 +01:00
hathach
7213b8abb1 move tools/cmake to examples/build_system 2023-11-23 20:06:22 +07:00