feat(freertos): Use "reent" default.

This commit is contained in:
Dong Heng
2018-05-14 17:19:31 +08:00
parent 08c3dbe2ba
commit 0c633ce7ce

View File

@ -142,6 +142,8 @@ configKERNEL_INTERRUPT_PRIORITY setting. Here 15 corresponds to the lowest
NVIC value of 255. */ NVIC value of 255. */
#define configLIBRARY_KERNEL_INTERRUPT_PRIORITY 15 #define configLIBRARY_KERNEL_INTERRUPT_PRIORITY 15
// add it to menuconfig later
#define CONFIG_FREERTOS_ENABLE_REENT
#ifdef CONFIG_FREERTOS_ENABLE_REENT #ifdef CONFIG_FREERTOS_ENABLE_REENT
#define configUSE_NEWLIB_REENTRANT 1 #define configUSE_NEWLIB_REENTRANT 1
#endif #endif