Skip to content

Commit d217ef0

Browse files
committed
bg431 opamp flags
1 parent a38db58 commit d217ef0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
- 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
65+
build-properties:
66+
All:
67+
-DHAL_ADC_MODULE_ONLY
68+
-DHAL_OPAMP_MODULE_ENABLED
6569

6670
- arduino-boards-fqbn: STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
6771
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
@@ -71,7 +75,6 @@ jobs:
7175
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
7276
sketch-names: single_full_control_example.ino, stm32_spi_alt_example.ino, sdouble_full_control_example.ino
7377

74-
7578

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

0 commit comments

Comments
 (0)