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

@@ -58,3 +58,7 @@ config ESP_ROM_HAS_SPI_FLASH
config ESP_ROM_HAS_ETS_PRINTF_BUG
bool
default y
config ESP_ROM_HAS_NEWLIB_NANO_FORMAT
bool
default y

View File

@@ -20,3 +20,4 @@
#define ESP_ROM_HAS_LAYOUT_TABLE (1) // ROM has the layout table
#define ESP_ROM_HAS_SPI_FLASH (1) // ROM has the implementation of SPI Flash driver
#define ESP_ROM_HAS_ETS_PRINTF_BUG (1) // ROM has ets_printf bug when disable the ROM log either by eFuse or RTC storage register
#define ESP_ROM_HAS_NEWLIB_NANO_FORMAT (1) // ROM has the newlib nano version of formatting functions