diff options
| author | hathach <[email protected]> | 2023-08-04 12:49:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-04 12:49:26 +0700 |
| commit | 25bace5e81dfba84f84ea12b7723f15fa98a039e (patch) | |
| tree | 45dfac967bf206744b500ce7f24d062096beecd0 /.github | |
| parent | 81aca17d6e9a17d5f37e7ff04988257a0be4ec3e (diff) | |
add cmake for all board in stm32f4. fix build, also move ci for f4 from makefile to cmake
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 44a5e7363..2621e7372 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -43,7 +43,6 @@ jobs: - 'samd51 same5x' - 'saml2x' - 'stm32f2 stm32f3' - - 'stm32f4' - 'stm32l0 stm32u5 stm32wb' - 'tm4c123 xmc4000' steps: diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 5203337ec..8eeae928c 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -42,6 +42,7 @@ jobs: - 'rp2040' - 'stm32f0' - 'stm32f1' + - 'stm32f4' - 'stm32f7' - 'stm32g0' - 'stm32g4' |
