summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-09-07 16:58:40 +0700
committerhathach <[email protected]>2023-09-07 16:58:40 +0700
commit2dea4ce6a22061df59a8589286f78213b7e99c5e (patch)
tree0d5f5e2bb5551aa9f58c6f0599a7cae15a5f199e /.github/workflows
parentbb5d43e9c5c909a1becc1224c768d3aa1a09b051 (diff)
add cmake support for samd21.
update ci cmake
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml4
-rw-r--r--.github/workflows/cmake_arm.yml1
2 files changed, 2 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'
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 6f7d024bd..e3a00f9c5 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -40,6 +40,7 @@ jobs:
- 'mcx'
- 'ra'
- 'rp2040'
+ - 'samd21'
- 'samd51'
- 'stm32f0'
- 'stm32f1'