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 41f9fd6 commit eaec0fbCopy full SHA for eaec0fb
.github/workflows/build_cmake.yml
@@ -132,7 +132,7 @@ jobs:
132
#- 'mcx' not working with gcc anymore, need to fix this first
133
- 'nrf'
134
#- 'ra' port later
135
- - 'rp2040'
+ #- 'rp2040' port later
136
- 'samd21'
137
- 'samd51'
138
- 'stm32f0'
@@ -193,7 +193,7 @@ jobs:
193
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk
194
195
# ---------------------------------------
196
- # Build ARM with Clang
+ # Build MSP430 with GCC
197
198
msp430-gcc:
199
runs-on: ubuntu-latest
0 commit comments