summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-24 23:32:24 +0700
committerhathach <[email protected]>2023-06-24 23:32:24 +0700
commit9b2b4ce647812150ba03cc29a196ce10564a2c73 (patch)
tree8a72cf85b2006783837f8d982ab6693c8e11b3c1
parenta64d5607a745cc655ded19bc91494a9b55dc0dd6 (diff)
move some family ci make to cmake
-rw-r--r--.github/workflows/build_arm.yml6
-rw-r--r--.github/workflows/cmake_arm.yml5
2 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 620aec193..94721004c 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -43,11 +43,9 @@ jobs:
- 'samd11 samd21'
- 'samd51 same5x'
- 'saml2x'
- - 'stm32f0 stm32f1 stm32f2 stm32f3'
+ - 'stm32f2 stm32f3'
- 'stm32f4'
- - 'stm32f7'
- - 'stm32h7'
- - 'stm32l0 stm32l4 stm32u5 stm32wb'
+ - 'stm32l0 stm32u5 stm32wb'
- 'tm4c123 xmc4000'
steps:
- name: Setup Python
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 2ca8e32f5..ec2f977b6 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -37,8 +37,13 @@ jobs:
- 'mcx'
- 'imxrt'
- 'rp2040'
+ - 'stm32f0'
+ - 'stm32f1'
+ - 'stm32f7'
- 'stm32g0'
- 'stm32g4'
+ - 'stm32h7'
+ - 'stm32l4'
steps:
- name: Setup Python
uses: actions/setup-python@v4