Skip to content

Commit 11a2f12

Browse files
committed
added build flags to CI steps
1 parent d19da87 commit 11a2f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
2020
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
2121
- 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
2323
- arduino:mbed_rp2040:pico # rpi pico
2424

2525
include:
@@ -59,12 +59,11 @@ jobs:
5959
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
6060
sketch-names: bluepill_position_control.ino, stm32_i2c_dual_bus_example.ino, stm32_spi_alt_example.ino
6161

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
6363
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
6464
sketch-names: B_G431B_ESC1.ino
6565
build-properties:
6666
B_G431B_ESC1:
67-
-DHAL_ADC_MODULE_ONLY
6867
-DHAL_OPAMP_MODULE_ENABLED
6968

7069
- arduino-boards-fqbn: STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
@@ -89,3 +88,4 @@ jobs:
8988
platform-url: ${{ matrix.platform-url }}
9089
sketch-names: ${{ matrix.sketch-names }}
9190
sketches-exclude: ${{ matrix.sketches-exclude }}
91+
build-properties: ${{ toJson(matrix.build-properties) }}

0 commit comments

Comments
 (0)