From 46b7f97720293e098fa26eb5269b481c45819deb Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 26 May 2017 09:33:28 +0200 Subject: o Updating to latest mcucpp. --- .config | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to '.config') 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" -- cgit v1.2.3