From 4302e28698f5f617e4dd8e92ed54d68ccd600b07 Mon Sep 17 00:00:00 2001 From: jiangguangming Date: Wed, 12 Jan 2022 17:29:57 +0800 Subject: [PATCH] newlib: use newlib nano format default --- components/newlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/newlib/Kconfig b/components/newlib/Kconfig index 564ea88895..9e6cefdc27 100644 --- a/components/newlib/Kconfig +++ b/components/newlib/Kconfig @@ -50,7 +50,7 @@ menu "Newlib" config NEWLIB_NANO_FORMAT bool "Enable 'nano' formatting options for printf/scanf family" - default n + default y if IDF_TARGET_ESP32C2 help ESP32 ROM contains parts of newlib C library, including printf/scanf family of functions. These functions have been compiled with so-called "nano"