summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-05-26 09:33:28 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-05-26 09:33:28 +0200
commit46b7f97720293e098fa26eb5269b481c45819deb (patch)
treea99550aa1b045fac84e682f1034d6fe2952fb3f8 /.config
parent8a0f9a5bdc69ef8ce457a6c5db6a4c144f822ac3 (diff)
downloadradio-controller-46b7f97720293e098fa26eb5269b481c45819deb.tar.gz
radio-controller-46b7f97720293e098fa26eb5269b481c45819deb.tar.bz2
radio-controller-46b7f97720293e098fa26eb5269b481c45819deb.tar.xz
radio-controller-46b7f97720293e098fa26eb5269b481c45819deb.zip
o Updating to latest mcucpp.
Diffstat (limited to '.config')
-rw-r--r--.config19
1 files changed, 13 insertions, 6 deletions
diff --git a/.config b/.config
index fb84335..9664ef0 100644
--- a/.config
+++ b/.config
@@ -2,19 +2,26 @@
# Automatically generated file; DO NOT EDIT.
# MCU C++ Configuration
#
-# CONFIG_PRINTF_TARGET_SEMIHOSTING is not set
-CONFIG_PRINTF_TARGET_UART=y
-CONFIG_TINYPRINTF=y
#
# tinyprintf settings
#
+CONFIG_TINYPRINTF=y
CONFIG_TINYPRINTF_PRINTF=y
CONFIG_TINYPRINTF_SNPRINTF=y
-CONFIG_SEMIHOSTING=y
#
# Semihosting settings
#
-CONFIG_SEMIHOSTING_PUTCHAR=y
-CONFIG_SEMIHOSTING_PUTS=y
+CONFIG_SEMIHOSTING=y
+# CONFIG_SEMIHOSTING_PUTCHAR is not set
+# CONFIG_SEMIHOSTING_PUTS is not set
+
+#
+# stdio settings
+#
+# CONFIG_STDIO_TARGET_SEMIHOSTING is not set
+CONFIG_STDIO_TARGET_STM32CUBE_UART=y
+# CONFIG_STDIO_TARGET_STM32CUBE_UART_PORT_1 is not set
+CONFIG_STDIO_TARGET_STM32CUBE_UART_PORT_2=y
+CONFIG_STDIO_TARGET_STM32CUBE_UART_PORT="huart2"