diff options
| author | Ha Thach <[email protected]> | 2022-06-27 22:27:24 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-27 22:27:24 +0700 |
| commit | 3ead682af05bee3a275125f3e0384dd9b2882546 (patch) | |
| tree | 9f5f38d56a120446637c20f3bb749f1a40251f85 /.github/workflows | |
| parent | bc0f5502e283938f8172e193eb604483640822ab (diff) | |
| parent | 25580b4fe9acd1d9f9f12cbfdd29037669376a8d (diff) | |
Merge pull request #1534 from hathach/add-more-warnings
Add more warnings
Diffstat (limited to '.github/workflows')
| -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: |
