mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(freertos): Use "reent" default.
This commit is contained in:
@ -142,6 +142,8 @@ configKERNEL_INTERRUPT_PRIORITY setting. Here 15 corresponds to the lowest
|
||||
NVIC value of 255. */
|
||||
#define configLIBRARY_KERNEL_INTERRUPT_PRIORITY 15
|
||||
|
||||
// add it to menuconfig later
|
||||
#define CONFIG_FREERTOS_ENABLE_REENT
|
||||
#ifdef CONFIG_FREERTOS_ENABLE_REENT
|
||||
#define configUSE_NEWLIB_REENTRANT 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user