Skip to content

Commit 075925d

Browse files
authored
Update ccpp.yml
1 parent fecf077 commit 075925d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ jobs:
99
matrix:
1010
arduino-boards-fqbn:
1111
- arduino:avr:uno
12-
#- esp32:esp32:featheresp32:FlashFreq=80
12+
- arduono:sam:due
13+
# - esp32:esp32:featheresp32:FlashFreq=80
1314
#- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
1415

1516
include:
1617
- arduino-boards-fqbn: arduino:avr:uno
18+
sketch-names: '**.ino'
1719
sketches-exclude: bluepill_position_control, esp32_position_control, esp32_i2c_dual_bus_example, stm32_i2c_dual_bus_example, magnetic_sensor_spi_alt_example, osc_esp32_3pwm, osc_esp32_fullcontrol, nano33IoT_velocity_control, smartstepper_control
1820

21+
- arduino-boards-fqbn: arduino:sam:uno
22+
sketch-names: single_full_control_example.ino
23+
24+
1925
# - arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
2026
# platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
2127
# sketch-names: bluepill_position_control, stm32_i2c_dual_bus_example, magnetic_sensor_spi_alt_example,
@@ -35,4 +41,5 @@ jobs:
3541
arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }}
3642
required-libraries: PciManager
3743
platform-url: ${{ matrix.platform-url }}
44+
sketch-names: ${{ matrix.sketch-names }}
3845
sketches-exclude: ${{ matrix.sketches-exclude }}

0 commit comments

Comments
 (0)