summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
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-17finalizehathach
2023-03-17fix run unit test with pre-commithathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
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-10fix cihathach
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-03-06clean uphathach
2023-03-06change gcc to 10.3 due to freeRTOS warninghathach
2023-03-05try gcc 12.2 with macoshathach
2023-03-05ignore mkdir in windows cihathach
2023-03-05more ci testhathach
2023-03-04bump up gcc, test macos unamehathach
2023-03-03only build 1 board on windows/macoshathach
2023-03-03use make abspath intead of shell realpathhathach
2023-03-03try adding build for windows and macoshathach
2023-02-13fix release trigger bodyhathach
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
2023-02-01add note for iar workflowhathach
2023-02-01merge multiple matrix with IAR buildhathach
2023-02-01run workflow if its yml is updatedhathach
2023-02-01move hw-stm32l412nucleo-test into build-arm to reduce self-host compile timehathach
reduce IAR build to only f0, h7, l4
2023-01-30iar L4hathach
2023-01-30iar g4hathach
2023-01-30iar h7hathach
2023-01-22update stm32f7 to build with iarhathach
2023-01-21update stm32f1 to support iar buildhathach
2023-01-18update iar cihathach
2023-01-17update build script to support iar with CC=iccarm optionhathach
2023-01-17update all f0 board to build with iarhathach
2023-01-17try running iar build with self-hosthathach
2023-01-12Merge pull request #1405 from gregdavill/ch32v307Ha Thach
Add WCH CH32V307 port
2023-01-09feat(ci): Adds oss-fuzz integration on PRsNathaniel Brough
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-12-28fix(fuzz): Make sanitizer flags optionalNathaniel Brough
Currently OSS fuzz expects to have complete control over the sanitizer flags. As we currently have these set it's causing problems with the OSS fuzz build. Instead we should use the provided variables from the OSS fuzz build environment. For local testing we'll create a set a well defined defaults.