summaryrefslogtreecommitdiff
path: root/.github/workflows/build_aarch64.yml
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-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-01-25bump up to actions/setup-python@v5hathach
2023-12-18remove usage of linkermap, update checkout to v4hathach
2023-11-23rename build_family.py to build_make.pyhathach
2023-05-26use get_deps.pyhathach
2023-05-25fix issue with ftdi host driver with status byteshathach
add workflow_dispatch to all ci workflow
2023-03-17update cihathach
- remove submodules init - pre-commit: forbid new submodule, run in ci
2023-03-10fix cihathach
2023-03-10adding python script to manage dependencies instead of submodulehathach
2023-02-01run workflow if its yml is updatedhathach
2022-12-08correct ci paths filterhathach
2022-12-08add paths to all workflowshathach
2022-12-04test exclude-file.txt, add action concurrencyhathach
2022-11-16fix other ci warningshathach
2022-11-06use gh cli instead of action for workflow dispatchhathach
2022-11-06bump up setup python action to v4hathach
2022-07-01add get-dependencies.pyhathach
2022-04-24GH Update to actions/checkout@v3Grant Slater
2022-01-05Split by compiler for testingScott Shawcroft
2021-11-02add pi4 to ci build in build_aarch64hathach