diff options
| author | hathach <[email protected]> | 2023-03-19 13:11:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-19 13:11:41 +0700 |
| commit | b46632ba07d5e3827029413f69618f41f987f452 (patch) | |
| tree | 410be2974186e58d56611b6017dc72b5bc13ca66 /.github/workflows | |
| parent | 322f58ea8530e2b43d00a087b6d501776be25a00 (diff) | |
bsp for f2 f3
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 8a3181440..2f72e758a 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -41,11 +41,10 @@ jobs: - 'nrf' - 'ra' - 'rp2040' - - 'samd11 same5x' - - 'samd21' - - 'samd51' + - 'samd11 samd21' + - 'samd51 same5x' - 'saml2x' - - 'stm32f0 stm32f1' + - 'stm32f0 stm32f1 stm32f2 stm32f3' - 'stm32f4' - 'stm32f7' - 'stm32g4 stm32h7' |
