We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e9220f + 7347d06 commit d24e8a0Copy full SHA for d24e8a0
.github/workflows/compile-examples.yml
@@ -60,6 +60,8 @@ jobs:
60
type: esp8266
61
- fqbn: esp32:esp32:esp32
62
type: esp32
63
+ - fqbn: arduino:mbed_nano:nanorp2040connect
64
+ type: nina
65
66
# make board type-specific customizations to the matrix jobs
67
include:
@@ -76,12 +78,13 @@ jobs:
76
78
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
77
79
sketch-paths: |
80
- examples/utility/Provisioning
- # MKR WiFi 1010, Nano 33 IoT
81
+ # MKR WiFi 1010, Nano 33 IoT, Nano RP2040 Connect
82
- board:
83
type: nina
84
platforms: |
85
# Install Arduino SAMD Boards via Boards Manager for the toolchain
86
- name: arduino:samd
87
+ - name: arduino:mbed_nano
88
libraries: |
89
- name: ArduinoECCX08
90
- name: RTCZero
0 commit comments