summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
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"