summaryrefslogtreecommitdiff
path: root/.github/workflows/build_arm.yml
AgeCommit message (Collapse)Author
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-03add cmake for xmc4000hathach
2024-05-03add cmake for tm4chathach
2024-05-03merge samd51 and same5xhathach
2024-05-03add cmake for stm32wbhathach
2024-04-23port clang stm32: f1, f2, f3hathach
2024-01-25bump up to actions/setup-python@v5hathach
2024-01-11add cmake support for lpc17hathach
2023-12-18remove usage of linkermap, update checkout to v4hathach
2023-11-23rename build_family.py to build_make.pyhathach
2023-09-27Merge branch 'master' into add-in_isr-to-hcd_int_hanlderHa Thach
2023-09-27fix build with lpc54hathach
2023-09-19fix build and add u5 to cihathach
2023-09-11update readme to include max3421 supporthathach
2023-09-07add cmake support for samd21.hathach
update ci cmake
2023-09-07add samd51 to cmakehathach
2023-08-04add cmake for all board in stm32f4. fix build, also move ci for f4 from ↵hathach
makefile to cmake
2023-08-01enable flto for ra makefilehathach
- remove ra from ci make build since it is already in cmake ci
2023-07-01remove left-over build_armhathach
2023-06-25fix ci with lpc55 and kl, move hw test l4 to cmake iarhathach
2023-06-24more cmake less makehathach
2023-06-24move some family ci make to cmakehathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-02cmake refactorhathach
2023-05-26forgot to move hw testhathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵hathach
with make
2023-05-26update deps, rename kinetis_k32 to k32lhathach
2023-05-26use get_deps.pyhathach
2023-05-25fix issue with ftdi host driver with status byteshathach
add workflow_dispatch to all ci workflow
2023-05-23Enhance chipidea (#2075)Ha Thach
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd
2023-05-10remove imxrt from makebuildhathach
2023-03-19clean uphathach
2023-03-19bsp lpc17hathach
2023-03-19bsp lpc51hathach
2023-03-19bsp lpc13hathach
2023-03-19bsp lpc11hathach
2023-03-19fix l4 hw testing cihathach
2023-03-19bsp for f2 f3hathach
2023-03-19add CFLAGS_SKIP to improve sam compile timehathach
2023-03-19group stm32l0hathach
2023-03-19group same5xhathach
2023-03-18add kinetis family to cihathach
2023-03-17update cihathach
- remove submodules init - pre-commit: forbid new submodule, run in ci
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-10adding python script to manage dependencies instead of submodulehathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-08more ci mergehathach
2023-03-08improve cihathach
2023-02-10increase hw test timeout to 10s since pyocd seems to take longer to flashhathach
2023-02-10change rp2040 hw test to use pyocd for better stability/performance than openocdhathach