diff options
| author | hathach <[email protected]> | 2023-09-07 16:58:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-07 16:58:40 +0700 |
| commit | 2dea4ce6a22061df59a8589286f78213b7e99c5e (patch) | |
| tree | 0d5f5e2bb5551aa9f58c6f0599a7cae15a5f199e /.github/workflows/build_arm.yml | |
| parent | bb5d43e9c5c909a1becc1224c768d3aa1a09b051 (diff) | |
add cmake support for samd21.
update ci cmake
Diffstat (limited to '.github/workflows/build_arm.yml')
| -rw-r--r-- | .github/workflows/build_arm.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 377fc44d9..70385bc1b 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -39,9 +39,7 @@ jobs: - 'lpc51 lpc54' - 'mm32 msp432e4' - 'nrf' - - 'samd11 samd21' - - 'same5x' - - 'saml2x' + - 'samd11 same5x saml2x' - 'stm32f2 stm32f3' - 'stm32l0 stm32u5 stm32wb' - 'tm4c123 xmc4000' |
