aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
authorElias Bakken <elias@iagent.no>2021-02-03 18:23:17 +0100
committerGitHub <noreply@github.com>2021-02-03 12:23:17 -0500
commit8b443acae8adc0c9d1f38a7a9a59dd9b40b12ffe (patch)
tree74ba4de560fff8ea46589a921aa3078ea60acbf9 /test/configs
parent3162f4746fe27594ce1bc1986f9201a6a4a32ce2 (diff)
downloadkutter-8b443acae8adc0c9d1f38a7a9a59dd9b40b12ffe.tar.gz
kutter-8b443acae8adc0c9d1f38a7a9a59dd9b40b12ffe.tar.xz
kutter-8b443acae8adc0c9d1f38a7a9a59dd9b40b12ffe.zip
stm32: Adding support for STM32F031x6 (#3871)
Add support for alt usart 1 Do not select all functions on 16 K mcu Signed-off-by: Elias Bakken <elias@iagent.no>
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/stm32f031.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/stm32f031.config b/test/configs/stm32f031.config
new file mode 100644
index 00000000..8bed1a5b
--- /dev/null
+++ b/test/configs/stm32f031.config
@@ -0,0 +1,4 @@
+# Base config file for STM32F031 boards
+CONFIG_MACH_STM32=y
+CONFIG_MACH_STM32F031=y
+CONFIG_USBSERIAL=n