summaryrefslogtreecommitdiff
path: root/.github/workflows/build_esp.yml
AgeCommit message (Collapse)Author
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
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-03-26add sudo usbresethathach
2024-03-26use usbreset to reset built-in usb 2.0 hub VIA Labs before each testhathach
2024-03-22bump up download artifacts to v4hathach
2024-03-22bump up upload artifact to v4hathach
2024-02-02build esp32 ci with v5.1hathach
2024-01-25bump up to actions/setup-python@v5hathach
2024-01-24build workflow with hil-test when test/hil changeshathach
2023-12-18remove usage of linkermap, update checkout to v4hathach
2023-12-14reset pi4 usb bus before checkout/download, so that we could skip delayhathach
2023-12-13tweak usb reset wait time, fix test script with IAR serverhathach
2023-12-13reset usb before running testhathach
2023-12-12add reset usb bushathach
2023-12-11wrap up s3 hil testhathach
2023-12-11extract artifacts to same folder structure as ci buildhathach
2023-12-11update hil test to support s3hathach
2023-12-11more artifactshathach
2023-12-11test changing upload artifacts for hil testhathach
2023-11-29update esp32 to also be supported by hil testhathach
test run locally well
2023-09-28improve esp32 ci, build esp32 with -DDMAX3421_HOST=1 for max3421 testinghathach
revert change in hcd.h
2023-05-25fix issue with ftdi host driver with status byteshathach
add workflow_dispatch to all ci workflow
2023-04-03fix build for esp32hathach
2023-02-01run workflow if its yml is updatedhathach
2022-12-08clean uphathach
2022-12-08correct ci paths filterhathach
2022-12-08add paths to all workflowshathach
2022-12-04test exclude-file.txt, add action concurrencyhathach
2022-11-06use gh cli instead of action for workflow dispatchhathach
2022-11-06bump up setup python action to v4hathach
2022-11-06minor clean uphathach
2022-04-24GH Update to actions/checkout@v3Grant Slater
2021-12-21skip ci for s3hathach
2021-12-20change ci to s3 to espressif_s3_devkitmhathach
2021-12-02temporarily skip s3 build on cihathach
2021-10-13Add linkermap for size analysis (#1136)Ha Thach
* add NO_LTO option to make * add linkermap submodule and linkermap target * add linkermap to ci build * linkermap doesn't work with esp32sx map file yet * add note for linkermap target
2021-09-29add mm32 to ci build, also re-enable esp32s3hathach
2021-06-28comment out esp32s3 ci due to USB0 not defined in IDF linkerhathach
2021-06-28reduce esp32s2 board to cihathach
2021-05-26separate ci workflow, remove artifact & release uploadhathach