add cmake for all board in stm32f4. fix build, also move ci for f4 from makefile to cmake

This commit is contained in:
hathach
2023-08-04 12:49:26 +07:00
parent 81aca17d6e
commit 25bace5e81
17 changed files with 188 additions and 118 deletions

View File

@@ -43,7 +43,6 @@ jobs:
- 'samd51 same5x'
- 'saml2x'
- 'stm32f2 stm32f3'
- 'stm32f4'
- 'stm32l0 stm32u5 stm32wb'
- 'tm4c123 xmc4000'
steps:

View File

@@ -42,6 +42,7 @@ jobs:
- 'rp2040'
- 'stm32f0'
- 'stm32f1'
- 'stm32f4'
- 'stm32f7'
- 'stm32g0'
- 'stm32g4'