mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-20 20:57:41 +08:00
feature/config_event_loop_stack_size: Add config option for event loop stack
Adding configuration option for the event loop stack in ESP8266.
This commit is contained in:
@ -143,6 +143,12 @@ config WIFI_PPT_TASKSTACK_SIZE
|
||||
which calls promiscuous callback function. So if user's function is
|
||||
complex, the stack must be set larger.
|
||||
|
||||
config EVENT_LOOP_STACK_SIZE
|
||||
int "Event loop stack size"
|
||||
default 2048
|
||||
help
|
||||
Configure the Event loop task stack size per application.
|
||||
|
||||
config ESP8266_CORE_GLOBAL_DATA_LINK_IRAM
|
||||
bool "Link libcore.a internal global data to IRAM"
|
||||
default y
|
||||
|
Reference in New Issue
Block a user