summaryrefslogtreecommitdiff
path: root/.github/actions/get_deps
AgeCommit message (Collapse)Author
2026-03-18add board_uart_read() for f7hathach
2026-02-12clean uphathach
2026-02-10add membrowse-upload target and use it in ci after buildhathach
2025-10-28fix security in gh actionhathach
2025-10-25download ninja binary, apt seems take too long ~ 1 minhathach
also upload sarif as artifacts
2024-11-21change pico-sdk checkout branch to masterhathach
2024-05-14build arm-clang on circleci with pull request (#2644)Ha Thach
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain * update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
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