|
14 | 14 | - adafruit:samd:adafruit_metro_m4 # samd51
|
15 | 15 | - esp32:esp32:esp32doit-devkit-v1 # esp32
|
16 | 16 | - 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 |
20 | 20 | - arduino:mbed_rp2040:pico # rpi pico
|
21 | 21 |
|
22 | 22 | include:
|
@@ -46,15 +46,15 @@ jobs:
|
46 | 46 | platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
|
47 | 47 | sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino, esp32_current_control_low_side.ino, esp32_spi_alt_example.ino
|
48 | 48 |
|
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 |
51 | 51 | sketch-names: bluepill_position_control.ino, stm32_i2c_dual_bus_example.ino, stm32_spi_alt_example.ino
|
52 | 52 |
|
53 |
| - - arduino-boards-fqbn: STM32:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive |
| 53 | + - arduino-boards-fqbn: STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive |
54 | 54 | platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
|
55 | 55 | sketch-names: odrive_example.ino
|
56 | 56 |
|
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 |
58 | 58 | platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
|
59 | 59 | sketch-names: single_full_control_example.ino, stm32_spi_alt_example.ino
|
60 | 60 |
|
|
0 commit comments