Skip to content

Commit db5bab6

Browse files
committed
typo in action yaml 3
1 parent 942b3d2 commit db5bab6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ccpp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- adafruit:samd:adafruit_metro_m4 # samd51
1515
- esp32:esp32:esp32doit-devkit-v1 # esp32
1616
- esp32:esp32:esp32s2 # esp32s2
17-
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
18-
- STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
19-
- STM32:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
17+
- STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
18+
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
19+
- STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
2020
- arduino:mbed_rp2040:pico # rpi pico
2121

2222
include:
@@ -46,15 +46,15 @@ jobs:
4646
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
4747
sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino, esp32_current_control_low_side.ino, esp32_spi_alt_example.ino
4848

49-
- arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # bluepill - hs examples
50-
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
49+
- arduino-boards-fqbn: STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # bluepill - hs examples
50+
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
5151
sketch-names: bluepill_position_control.ino, stm32_i2c_dual_bus_example.ino, stm32_spi_alt_example.ino
5252

53-
- arduino-boards-fqbn: STM32:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
53+
- arduino-boards-fqbn: STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
5454
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
5555
sketch-names: odrive_example.ino
5656

57-
- arduino-boards-fqbn: STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE # nucleo one full example
57+
- arduino-boards-fqbn: STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # nucleo one full example
5858
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
5959
sketch-names: single_full_control_example.ino, stm32_spi_alt_example.ino
6060

0 commit comments

Comments
 (0)