summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-06-06clean uphathach
2024-06-06try to build rx using build_utilhathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter
2024-05-15tweak actionhathach
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-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-10use argparse instead of click to fix cifuzz.ymlhathach
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-05-06add cmake for mm32, remove mm32 bluepill since it is custom/reworked board ↵hathach
(not available for order)
2024-05-04add cmake for samg55hathach
2024-05-04fix cihathach
2024-05-03fix cihathach
2024-05-03add cmake for xmc4000hathach
2024-05-03add cmake for tm4chathach
2024-05-03merge samd51 and same5xhathach
2024-05-03- add cmake to samd11hathach
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2024-05-03add cmake for stm32wbhathach
2024-05-02add cmake to msp432e4hathach
2024-05-02update cmake cihathach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-24skip clang rp2040 buildhathach
2024-04-23integrate msp430 to build cmakehathach
2024-04-23port clang stm32: f1, f2, f3hathach
2024-04-23fix ci typohathach
2024-04-23bump up gcc to 12.3hathach
2024-04-23clang skip mcx since it does not work any more with gcchathach
2024-04-19forgot to specify clanghathach
2024-04-19add clang to ci buildhathach
2024-04-15Merge pull request #2134 from clhenry/non-bus-powered-re-enumerationHa Thach
Non-bus-powered MSP430 support.
2024-04-15install ninja build for msp430hathach
2024-04-15use cmake to build msp430hathach
2024-04-12Update labeler.ymlHa Thach
2024-04-11use pull_request_target for labelerhathach
2024-04-09add permission to lable issue/prhathach
2024-04-09more try/catch for labelerhathach
2024-04-08add cpuctl and pinctl to tuh_configure() option for max3421hathach
2024-04-03try catch labeler rest apihathach
2024-03-28Update labeler.ymlHa Thach
2024-03-26add sudo usbresethathach
2024-03-26use usbreset to reset built-in usb 2.0 hub VIA Labs before each testhathach
2024-03-25Merge branch 'master' into add-tuh-deinithathach
2024-03-25add new labeler workflowhathach
2024-03-22bump up download artifacts to v4hathach
2024-03-22bump up upload artifact to v4hathach
2024-02-24frdm k64f usb work well, add kinetis_k to ci cmakehathach
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