summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-12-17install libc++ for clang build fuzzerhathach
2024-12-16fix warning due to bsp_rom_registers.chathach
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-27enable ci for stm32c0, fix build issue with video example and clanghathach
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
* change TUD_EPBUF_TYPE_DEF order * add and fix -Wmissing-prototypes warnings for cmake (skip make)
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵hathach
consistent
2024-10-07Merge pull request #2809 from shuffle2/masterHa Thach
make all python files executable and standardize interpreter
2024-10-04update new json changehathach
2024-10-04hil test both slave and dma for dwc2 esp32s3hathach
2024-10-04fix missing jsonhathach
2024-10-04add hil_ci_set_matrix.py, starting to support hil with additional build flagshathach
2024-09-30bump up idf to 5.3.1hathach
2024-09-30Migrate hil vm (#2822)Ha Thach
* migrate hil to new x64 VM instead of rpi * re-enable hil for s3
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-08-28try to build hil in parallelhathach
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-19update doc, re-enable metro m7 for hil, only build make windows/macos on PRhathach
2024-08-14fix spelling, add max32 to ci with arm-gcc buildhathach
2024-08-13Circi dynamic config (#2763)Ha Thach
Circleci * build cmake armgcc and arm clang on circleci * use docker medium+
2024-08-11fix spi_set_format() -Wnull-dereference when compiling with -Oshathach
2024-08-09Update ci toolchain (#2758)Ha Thach
* move toolchain url to its setup action
2024-08-08add riscv urlhathach
2024-08-08remove hiL build-esp, add riscv supporthathach
2024-08-01add f072 (fsdev 1k) to hil testhathach
2024-08-01fix hil cihathach
2024-08-01update hil cihathach
2024-08-01add stm32g0 (fsdev 2k) to hil poolhathach
remove esp32s3 since cp210x cause usb bus issue in the long run
2024-07-17update workflow build cihathach
2024-07-15update hil test to run on new pi5hathach
2024-07-12add lsusb for hil pi4hathach
2024-06-14add ch32v10x to ci buildhathach
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