summaryrefslogtreecommitdiff
path: root/.circleci/config2.yml
AgeCommit message (Collapse)Author
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
2026-02-12refactor build scripts to support multiple build targets and improve ↵hathach
argument handling
2026-02-12clean uphathach
2025-12-10update metrics to support bloaty csvhathach
2025-12-05also render unchange table (#3390)Ha Thach
* also render unchange table * run metrics with circleci (full all boards build)
2025-12-04fine tune ci to build more with circleci (#3386)Ha Thach
* fine tune ci to build more with circleci * skip make for arm-iar, esp-idf * skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
2025-12-01run linkermap as post build for size analyzehathach
2025-11-17circcleci run all job with large, also try to fix context deadline exceeded ↵hathach
with espressif build
2025-10-25add IAR CStat to static_analysis.ymlhathach
2025-04-17update iar buildhathach
2025-04-17add toolchain.json for toolchain urlhathach
2025-02-11update IAR LMS CLOUDhathach
2025-01-16update esp-idf to 5.3.2hathach
2024-12-17change rx urlhathach
2024-12-05try to run arm-iar with circleci with new token (#2890)Ha Thach
* try to run arm-iar with circleci with new token * limit iar ci parallel build to 4 for medium+ and 6 for large * add hil-hfp to compile and test with IAR
2024-11-25try to fix circleci with kinetishathach
2024-11-21bump up gcc to 13.2hathach
2024-09-30bump up idf to 5.3.1hathach
2024-09-11[circleci] fix build with rx by get-deps before install toolchainhathach
2024-08-28enable i386 arch for running rx-gcchathach
2024-08-28enable i386 arch for running rx-gcchathach
2024-08-22circleci tweaks (#2770)Ha Thach
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
2024-08-21update circle ci to build make (#2769)Ha Thach
* update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards
2024-08-13Circi dynamic config (#2763)Ha Thach
Circleci * build cmake armgcc and arm clang on circleci * use docker medium+