Skip to content

Commit 3816c82

Browse files
committed
workflow update for esp32 package v2.0.2 and esp32s2
1 parent cb4da9c commit 3816c82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- arduino:samd:nano_33_iot # samd21
1414
- adafruit:samd:adafruit_metro_m4 # samd51
1515
- esp32:esp32:esp32doit-devkit-v1 # esm32
16+
- esp32:esp32:esp32s2 # esm32s2
1617
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
1718
- STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
1819
- arduino:mbed_rp2040:pico # rpi pico
@@ -36,15 +37,19 @@ jobs:
3637
platform-url: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
3738
sketch-names: single_full_control_example.ino
3839

40+
- arduino-boards-fqbn: esp32:esp32:esp32s2 # esp32s2
41+
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
42+
sketch-names: bldc_driver_3pwm_standalone.ino, stepper_driver_2pwm_standalone.ino, stepper_driver_4pwm_standalone
43+
3944
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1 # esp32
40-
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
45+
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
4146
sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino, esp32_current_control_low_side.ino, esp32_spi_alt_example.ino
4247

4348
- arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # bluepill - hs examples
4449
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
4550
sketch-names: bluepill_position_control.ino, stm32_i2c_dual_bus_example.ino, stm32_spi_alt_example.ino
4651

47-
- arduino-boards-fqbn: STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE # one full example
52+
- arduino-boards-fqbn: STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE # nucleo one full example
4853
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
4954
sketch-names: single_full_control_example.ino, stm32_spi_alt_example.ino
5055

0 commit comments

Comments
 (0)