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 9e0ae5f commit 0957902Copy full SHA for 0957902
.github/workflows/build_arm.yml
@@ -35,9 +35,8 @@ jobs:
35
- 'broadcom_32bit'
36
- 'imxrt'
37
- 'lpc15 lpc18'
38
- - 'lpc54 lpc55'
39
- - 'mm32'
40
- - 'msp432e4'
+ - 'lpc54 lpc55'
+ - 'mm32 msp432e4'
41
- 'nrf'
42
- 'rp2040'
43
- 'samd11'
@@ -50,8 +49,7 @@ jobs:
50
49
- 'stm32g4 stm32wb'
51
- 'stm32h7'
52
- 'stm32l4'
53
- - 'tm4c123'
54
- - 'xmc4000'
+ - 'tm4c123 xmc4000'
55
steps:
56
- name: Setup Python
57
uses: actions/setup-python@v4
@@ -97,7 +95,7 @@ jobs:
97
95
done
98
96
99
# Upload binaries for rp2040/stm32l412nucleo hardware test with self-hosted
100
-
+
101
- name: Prepare rp2040 Artifacts
102
if: matrix.family == 'rp2040' && github.repository_owner == 'hathach'
103
run: find examples/ -name "*.elf" -exec mv {} . \;
0 commit comments