We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d14b8 commit 707de25Copy full SHA for 707de25
.github/workflows/note-arduino-ci.yml
@@ -113,7 +113,9 @@ jobs:
113
- adafruit:samd:adafruit_feather_m4
114
# The binary examples don't fit in the Uno's flash.
115
# - arduino:avr:uno
116
- - arduino:mbed_nano:nano33ble
+ # The mbed_nano platform generates compiler warning.
117
+ # https://github.com/arduino/ArduinoCore-mbed/issues/1024
118
+ # - arduino:mbed_nano:nano33ble
119
- esp32:esp32:featheresp32
120
- rp2040:rp2040:rpipico
121
- SparkFun:apollo3:sfe_artemis_thing_plus
0 commit comments