diff options
| author | hathach <[email protected]> | 2022-06-24 21:52:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-24 21:52:51 +0700 |
| commit | 835ab01cab9ebe20eac46da1853eb158e1248f01 (patch) | |
| tree | cd53167175098ef928dc1cd9c9e048d80604a4a2 /.github | |
| parent | 4f6e770eda9f8c605b238f35def1edaff93a8fb8 (diff) | |
fix stm32 g4 and wb build issue with freertos, also add them to ci build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 5a796a49b..6e4702735 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -57,8 +57,10 @@ jobs: - 'stm32f1' - 'stm32f4' - 'stm32f7' + - 'stm32g4' - 'stm32h7' - 'stm32l4' + - 'stm32wb' - 'tm4c123' - 'xmc4000' steps: |
