| Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
|
|
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example
|
|
|
|
|
|
|
|
|
|
|
|
test run locally well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with IAR build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
family_configure_device/host/dual_example()
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
fix: Change all static variables to thread when fuzzing
|
|
|
|
|
|
|
|
|
|
|