We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954545b commit dde0ef3Copy full SHA for dde0ef3
.github/workflows/ccpp.yml
@@ -15,6 +15,7 @@ jobs:
15
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
16
- STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE
17
- arduino:mbed_rp2040:pico
18
+ - adafruit:samd:adafruit_metro_m4
19
20
include:
21
- arduino-boards-fqbn: arduino:avr:uno
@@ -30,6 +31,10 @@ jobs:
30
31
32
- arduino-boards-fqbn: arduino:mbed_rp2040:pico
33
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
38
39
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1
40
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
0 commit comments