feat(kconfig): Add option to kconfig

Add option to enable reent function.
This commit is contained in:
Dong Heng
2018-05-08 16:02:57 +08:00
committed by Wu Jian Gang
parent f076399d45
commit 3a724ca78c
3 changed files with 59 additions and 0 deletions

View 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