aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/configs/stm32f031.config8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/configs/stm32f031.config b/test/configs/stm32f031.config
index aa9c282b..a8c95cfe 100644
--- a/test/configs/stm32f031.config
+++ b/test/configs/stm32f031.config
@@ -1,5 +1,9 @@
-# Base config file for STM32F031 boards
+# Base config file for STM32F031x4 (16KB) boards with serial on PA14/PA15
CONFIG_MACH_STM32=y
CONFIG_MACH_STM32F031=y
-CONFIG_WANT_GPIO_BITBANGING=n
+CONFIG_LOW_LEVEL_OPTIONS=y
+CONFIG_STM32_SERIAL_USART2_ALT_PA15_PA14=y
+CONFIG_STM32_CLOCK_REF_INTERNAL=y
+CONFIG_STM32_FLASH_START_0000=y
CONFIG_WANT_DISPLAYS=n
+CONFIG_WANT_GPIO_BITBANGING=n