Skip to content

Commit d24e8a0

Browse files
authored
Merge pull request #240 from arduino-libraries/add-rp2040-ci
Compile for Nano RP2040 Connect during CI build.
2 parents 8e9220f + 7347d06 commit d24e8a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile-examples.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
type: esp8266
6161
- fqbn: esp32:esp32:esp32
6262
type: esp32
63+
- fqbn: arduino:mbed_nano:nanorp2040connect
64+
type: nina
6365

6466
# make board type-specific customizations to the matrix jobs
6567
include:
@@ -76,12 +78,13 @@ jobs:
7678
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
7779
sketch-paths: |
7880
- examples/utility/Provisioning
79-
# MKR WiFi 1010, Nano 33 IoT
81+
# MKR WiFi 1010, Nano 33 IoT, Nano RP2040 Connect
8082
- board:
8183
type: nina
8284
platforms: |
8385
# Install Arduino SAMD Boards via Boards Manager for the toolchain
8486
- name: arduino:samd
87+
- name: arduino:mbed_nano
8588
libraries: |
8689
- name: ArduinoECCX08
8790
- name: RTCZero

0 commit comments

Comments
 (0)