mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 19:49:09 +08:00
feat(kconfig): Add option to kconfig
Add option to enable reent function.
This commit is contained in:
12
components/freertos/Kconfig
Normal file
12
components/freertos/Kconfig
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user