mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
fix(mbedtls): fix mbedtls unit test compiling error
This commit is contained in:
@ -7,6 +7,12 @@ config DISABLE_FREERTOS
|
||||
Enable this option, FreeRTOS will not be compiled and linked, and the user
|
||||
can user other OS platform.
|
||||
|
||||
config FREERTOS_UNICORE
|
||||
bool
|
||||
default y
|
||||
help
|
||||
Only for code compatible.
|
||||
|
||||
config FREERTOS_ENABLE_REENT
|
||||
bool "Enable \"reent\" function"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user