newlib: update newlib nano documentation for C6

C6 ROM has the the full IO formatting functions included.
This commit is contained in:
Marius Vikhammer
2023-02-02 17:24:31 +08:00
parent 990c6f58a6
commit 65a4058e8c
19 changed files with 68 additions and 15 deletions

View File

@@ -26,3 +26,7 @@ config ESP_ROM_HAS_UART_BUF_SWITCH
config ESP_ROM_NEEDS_SWSETUP_WORKAROUND
bool
default y
config ESP_ROM_HAS_NEWLIB_NANO_FORMAT
bool
default y

View File

@@ -12,3 +12,4 @@
#define ESP_ROM_HAS_JPEG_DECODE (1) // ROM has JPEG decode library
#define ESP_ROM_HAS_UART_BUF_SWITCH (1) // ROM has exported the uart buffer switch function
#define ESP_ROM_NEEDS_SWSETUP_WORKAROUND (1) // ROM uses 32-bit time_t. A workaround is required to prevent printf functions from crashing
#define ESP_ROM_HAS_NEWLIB_NANO_FORMAT (1) // ROM has the newlib nano version of formatting functions