forked from espressif/esp-idf
Merge branch 'bugfix/tw6904_mode_switch_cause_exception' into 'master'
esp32: fix tw6901 1. tw6904 - esp32 mode switch cause exception 2. tw8881 - set mac cause exception 3. Make pm_open/pm_shutdown thread-safe See merge request !271
This commit is contained in:
Submodule components/esp32/lib updated: 3a412c08af...5902a2229e
@@ -3,7 +3,7 @@ menu "FreeRTOS"
|
|||||||
# This is actually also handled in the ESP32 startup code, not only in FreeRTOS.
|
# This is actually also handled in the ESP32 startup code, not only in FreeRTOS.
|
||||||
config FREERTOS_UNICORE
|
config FREERTOS_UNICORE
|
||||||
bool "Run FreeRTOS only on first core"
|
bool "Run FreeRTOS only on first core"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
This version of FreeRTOS normally takes control of all cores of
|
This version of FreeRTOS normally takes control of all cores of
|
||||||
the CPU. Select this if you only want to start it on the first core.
|
the CPU. Select this if you only want to start it on the first core.
|
||||||
|
Reference in New Issue
Block a user