From c56d0a999ec9514214bbc5aa98e92c203c951e62 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Tue, 23 Aug 2016 15:08:30 +0800 Subject: [PATCH] Add config option for NEWLIB_STDOUT_ADDCR functionality --- sdkconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sdkconfig b/sdkconfig index f6476be..0a38564 100644 --- a/sdkconfig +++ b/sdkconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Espressif ESP32 SDK Configuration +# Espressif IoT Development Framework Configuration # # @@ -42,13 +42,14 @@ CONFIG_APP_OFFSET=0x10000 # # -# WiFi config +# ESP32-specific config # CONFIG_WIFI_ENABLED=y CONFIG_WIFI_AUTO_STARTUP=y CONFIG_WIFI_AUTO_CONNECT=y CONFIG_WIFI_ENENT_QUEUE_SIZE=32 CONFIG_WIFI_EVENT_TASK_STACK_SIZE=2048 +CONFIG_NEWLIB_STDOUT_ADDCR=y # # FreeRTOS @@ -72,3 +73,7 @@ CONFIG_FREERTOS_DEBUG_OCDAWARE=y # LWIP # CONFIG_LWIP_MAX_SOCKETS=4 + +# +# FreeRTOS +#