Skip to content

Commit 9b2b4ce

Browse files
committed
move some family ci make to cmake
1 parent a64d560 commit 9b2b4ce

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build_arm.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
- 'samd11 samd21'
4444
- 'samd51 same5x'
4545
- 'saml2x'
46-
- 'stm32f0 stm32f1 stm32f2 stm32f3'
46+
- 'stm32f2 stm32f3'
4747
- 'stm32f4'
48-
- 'stm32f7'
49-
- 'stm32h7'
50-
- 'stm32l0 stm32l4 stm32u5 stm32wb'
48+
- 'stm32l0 stm32u5 stm32wb'
5149
- 'tm4c123 xmc4000'
5250
steps:
5351
- name: Setup Python

.github/workflows/cmake_arm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,13 @@ jobs:
3737
- 'mcx'
3838
- 'imxrt'
3939
- 'rp2040'
40+
- 'stm32f0'
41+
- 'stm32f1'
42+
- 'stm32f7'
4043
- 'stm32g0'
4144
- 'stm32g4'
45+
- 'stm32h7'
46+
- 'stm32l4'
4247
steps:
4348
- name: Setup Python
4449
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)