We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64d560 commit 9b2b4ceCopy full SHA for 9b2b4ce
.github/workflows/build_arm.yml
@@ -43,11 +43,9 @@ jobs:
43
- 'samd11 samd21'
44
- 'samd51 same5x'
45
- 'saml2x'
46
- - 'stm32f0 stm32f1 stm32f2 stm32f3'
+ - 'stm32f2 stm32f3'
47
- 'stm32f4'
48
- - 'stm32f7'
49
- - 'stm32h7'
50
- - 'stm32l0 stm32l4 stm32u5 stm32wb'
+ - 'stm32l0 stm32u5 stm32wb'
51
- 'tm4c123 xmc4000'
52
steps:
53
- name: Setup Python
.github/workflows/cmake_arm.yml
@@ -37,8 +37,13 @@ jobs:
37
- 'mcx'
38
- 'imxrt'
39
- 'rp2040'
40
+ - 'stm32f0'
41
+ - 'stm32f1'
42
+ - 'stm32f7'
- 'stm32g0'
- 'stm32g4'
+ - 'stm32h7'
+ - 'stm32l4'
uses: actions/setup-python@v4
0 commit comments