File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
20
20
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
21
21
- STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
22
- - STMicroelectronics:stm32@2.2.0 :Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
22
+ - STMicroelectronics:stm32:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
23
23
- arduino:mbed_rp2040:pico # rpi pico
24
24
25
25
include :
@@ -59,12 +59,11 @@ jobs:
59
59
platform-url : https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
60
60
sketch-names : bluepill_position_control.ino, stm32_i2c_dual_bus_example.ino, stm32_spi_alt_example.ino
61
61
62
- - arduino-boards-fqbn : STMicroelectronics:stm32@2.2.0 :Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
62
+ - arduino-boards-fqbn : STMicroelectronics:stm32:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
63
63
platform-url : https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
64
64
sketch-names : B_G431B_ESC1.ino
65
65
build-properties :
66
66
B_G431B_ESC1 :
67
- -DHAL_ADC_MODULE_ONLY
68
67
-DHAL_OPAMP_MODULE_ENABLED
69
68
70
69
- arduino-boards-fqbn : STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
89
88
platform-url : ${{ matrix.platform-url }}
90
89
sketch-names : ${{ matrix.sketch-names }}
91
90
sketches-exclude : ${{ matrix.sketches-exclude }}
91
+ build-properties : ${{ toJson(matrix.build-properties) }}
You can’t perform that action at this time.
0 commit comments