mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
menu "FreeRTOS"
|
|
|
|
config FREERTOS_ENABLE_REENT
|
|
bool "Enable \"reent\" function"
|
|
default n
|
|
select NEWLIB_ENABLE
|
|
help
|
|
Enable "reent" function and FreeRTOS should use "reent" function of newlib.
|
|
|
|
The configuration will enable newlib.
|
|
|
|
endmenu
|