summaryrefslogtreecommitdiff
path: root/.github/actions/setup_toolchain/download
AgeCommit message (Collapse)Author
2026-03-18Update several actions to latest versionhathach
2026-03-13add ft9xx-gcc toolchain support to CIhathach
2025-11-29change armgcc setup to manual download due to issue with action (#3377)Ha Thach
* change armgcc setup to manual download due to issue with action * build windows, macos with cmake as well
2025-10-28fix security in gh actionhathach
2025-10-25add IAR CStat to static_analysis.ymlhathach
2025-04-17github ci support setup/install iar toolchainhathach
2024-06-06fix gnurx binhathach
2024-06-06correct scripthathach
2024-06-06try to build rx using build_utilhathach
2024-05-21circle ci skip cache for toolchainhathach
action skip cache for toolchain url hosted by github
2024-05-13more ci update (#2642)Ha Thach
* Circi use small docker * caching espressif docker image * only run make job on pull request or push to master * hw test run on pull request only, rename build_cmake to build.yml * enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master
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