summaryrefslogtreecommitdiff
path: root/.github/actions/setup_toolchain
AgeCommit message (Collapse)Author
2026-03-18Update several actions to latest versionhathach
2026-03-13add ft9xx-gcc toolchain support to CIhathach
2026-03-02fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3hathach
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 Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-10-28fix security in gh actionhathach
2025-10-25add IAR CStat to static_analysis.ymlhathach
2025-05-13fix warnings, minor clean uphathach
2025-05-12bump ci to gcc 14hathach
2025-04-17github ci support setup/install iar toolchainhathach
2025-04-17add toolchain.json for toolchain urlhathach
2025-01-16update esp-idf to 5.3.2hathach
2024-12-17change rx urlhathach
2024-11-25try to fix circleci with kinetishathach
2024-11-21bump up gcc to 13.2hathach
2024-09-04dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override ↵hathach
(DM=DP=0) in addition to dwc2's dctrl
2024-08-09Update ci toolchain (#2758)Ha Thach
* move toolchain url to its setup action
2024-06-06fix gnurx binhathach
2024-06-06correct scripthathach
2024-06-06try to build rx using build_utilhathach
2024-05-21try to update cache for esp-idfhathach
2024-05-21circle ci skip cache for toolchainhathach
action skip cache for toolchain url hosted by github
2024-05-15tweak actionhathach
2024-05-13Ci tweak3 (#2643)Ha Thach
- enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present - minimize ci run for push event - only build one board per family - skip hil test on both pi4 and hfp - full build will be runn for PR event - IAR always build 1 board per family regardless of event - update build.py to optimize make - remove all setup python since we don't really need it
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-10More ci tweak (#2636)Ha Thach
* change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action
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