Skip to content

Commit

Permalink
Merge branch 'bugfix/tw6904_mode_switch_cause_exception' into 'master'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wujiangang committed Dec 2, 2016
2 parents f394632 + 5f47b85 commit 65f57e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp32/lib
2 changes: 1 addition & 1 deletion components/freertos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ menu "FreeRTOS"
# This is actually also handled in the ESP32 startup code, not only in FreeRTOS.
config FREERTOS_UNICORE
bool "Run FreeRTOS only on first core"
default n
default y
help
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.
Expand Down

0 comments on commit 65f57e5

Please sign in to comment.