Skip to content

Commit dde0ef3

Browse files
authored
Update ccpp.yml
1 parent 954545b commit dde0ef3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
1616
- STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE
1717
- arduino:mbed_rp2040:pico
18+
- adafruit:samd:adafruit_metro_m4
1819

1920
include:
2021
- arduino-boards-fqbn: arduino:avr:uno
@@ -30,6 +31,10 @@ jobs:
3031

3132
- arduino-boards-fqbn: arduino:mbed_rp2040:pico
3233
sketch-names: open_loop_position_example.ino
34+
35+
- arduino-boards-fqbn: adafruit:samd:adafruit_metro_m4
36+
platform-url: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
37+
sketch-names: single_full_control_example.ino
3338

3439
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1
3540
platform-url: https://dl.espressif.com/dl/package_esp32_index.json

0 commit comments

Comments
 (0)