Skip to content

Commit 265c4d1

Browse files
authored
Update ccpp.yml
1 parent 9d8bd10 commit 265c4d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ccpp.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
matrix:
1010
arduino-boards-fqbn:
1111
- arduino:avr:uno
12-
- esp32:esp32:featheresp32:FlashFreq=80
13-
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
12+
#- esp32:esp32:featheresp32:FlashFreq=80
13+
#- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
1414

1515
include:
1616
- arduino-boards-fqbn: arduino:avr:uno
1717
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
1818

19-
- arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
20-
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
21-
sketch-names: bluepill_position_control, stm32_i2c_dual_bus_example, magnetic_sensor_spi_alt_example,
19+
# - arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
20+
# platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
21+
# sketch-names: bluepill_position_control, stm32_i2c_dual_bus_example, magnetic_sensor_spi_alt_example,
2222

23-
- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80
24-
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
25-
sketch-names: esp32_position_control, esp32_i2c_dual_bus_example
23+
# - arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80
24+
# platform-url: https://dl.espressif.com/dl/package_esp32_index.json
25+
# sketch-names: esp32_position_control, esp32_i2c_dual_bus_example
2626

2727
# Do not cancel all jobs / architectures if one job fails
2828
fail-fast: false

0 commit comments

Comments
 (0)