Temporarily restrict WiFi stack to only run in single core more

See github #6.
This commit is contained in:
Angus Gratton 2016-09-05 12:02:11 +10:00
parent 587f90929c
commit 166d876d90

View file

@ -6,6 +6,9 @@ config WIFI_ENABLED
help
This compiles in the low-level WiFi stack.
Temporarily, this option requires that FreeRTOS runs in single core mode.
depends on FREERTOS_UNICORE
config WIFI_AUTO_STARTUP
bool "Start WiFi with system startup"
default "y"