Skip to content

Commit e6b3f4f

Browse files
authored
Update ccpp.yml
1 parent 9e3725c commit e6b3f4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- esp32:esp32:esp32s2 # esp32s2
2727
- esp32:esp32:esp32s3 # esp32s3
2828
- STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
29-
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
29+
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
30+
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F746ZG # stm32 nucleo f746zg
3031
- STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
3132
- STMicroelectronics:stm32:GenL4:pnum=GENERIC_L475RGTX # stm32l475
3233
- STMicroelectronics:stm32:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
@@ -92,6 +93,10 @@ jobs:
9293
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
9394
sketch-names: single_full_control_example.ino, stm32_spi_alt_example.ino, double_full_control_example.ino, stm32_current_control_low_side.ino
9495

96+
- arduino-boards-fqbn: STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F746ZG # nucleo one full example
97+
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
98+
sketch-names: single_full_control_example.ino, stm32_spi_alt_example.ino, double_full_control_example.ino, stm32_current_control_low_side.ino
99+
95100

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

0 commit comments

Comments
 (0)