summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ee6d83992..1f74bda70 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -132,7 +132,7 @@ jobs:
#- 'mcx' not working with gcc anymore, need to fix this first
- 'nrf'
#- 'ra' port later
- - 'rp2040'
+ #- 'rp2040' port later
- 'samd21'
- 'samd51'
- 'stm32f0'
@@ -193,7 +193,7 @@ jobs:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk
# ---------------------------------------
- # Build ARM with Clang
+ # Build MSP430 with GCC
# ---------------------------------------
msp430-gcc:
runs-on: ubuntu-latest