Skip to content

Commit 9287a9b

Browse files
ydamigosgalak
authored andcommitted
boards/arm/olimexino_stm32: Don't enable I2C and SPI
The test "net/utils" fails to build on olimexino_stm32 due to "region `SRAM' overflowed by 192 bytes". Disabling I2C and SPI on board level the test build fine. Moreover, according to issue #6858, we will only configure board valuable HW and connectors on board level and the user should enable what is needed on application level. Signed-off-by: Yannis Damigos <[email protected]>
1 parent b70b4bc commit 9287a9b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

boards/arm/olimexino_stm32/olimexino_stm32_defconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ CONFIG_SERIAL=y
1313
CONFIG_CONSOLE=y
1414
CONFIG_UART_CONSOLE=y
1515

16-
# enable I2C driver
17-
CONFIG_I2C=y
18-
19-
# enable SPI
20-
CONFIG_SPI=y
21-
2216
# enable pinmux
2317
CONFIG_PINMUX=y
2418

0 commit comments

Comments
 (0)