Skip to content

Commit b299552

Browse files
committed
Compile for Nano RP2040 Connect during CI build.
1 parent 8e9220f commit b299552

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
type: esp8266
6161
- fqbn: esp32:esp32:esp32
6262
type: esp32
63+
- fqbn: arduino:mbed_nano:nanorp2040connect
64+
type: nina
65+
platforms: |
66+
- name: arduino:mbed_nano
6367
6468
# make board type-specific customizations to the matrix jobs
6569
include:
@@ -76,7 +80,7 @@ jobs:
7680
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
7781
sketch-paths: |
7882
- examples/utility/Provisioning
79-
# MKR WiFi 1010, Nano 33 IoT
83+
# MKR WiFi 1010, Nano 33 IoT, Nano RP2040 Connect
8084
- board:
8185
type: nina
8286
platforms: |

0 commit comments

Comments
 (0)