Answer to question 3:
Seems ESP_STACK_SIZE is used by xTAskCreatePinnedToCore() in task_init() as an input argument. The function creates a FreeRTOS task to run Espruino, and ESP_STACK_SIZE defines the stack size for the task.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Answer to question 3:
Seems ESP_STACK_SIZE is used by
xTAskCreatePinnedToCore()
in task_init() as an input argument. The function creates a FreeRTOS task to run Espruino, andESP_STACK_SIZE
defines the stack size for the task.