Merge branch 'bugfix/systemview_menu' into 'master'

fix the dependency of systemview config menu.

See merge request idf/esp-idf!2457
This commit is contained in:
Ivan Grokhotkov 2018-06-01 21:52:16 +08:00
commit f85be9f909
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ config ESP32_APPTRACE_PENDING_DATA_SIZE_MAX
events will be discarded when main HW buffer is full. events will be discarded when main HW buffer is full.
menu "FreeRTOS SystemView Tracing" menu "FreeRTOS SystemView Tracing"
depends on ESP32_APPTRACE_ENABLE
config SYSVIEW_ENABLE config SYSVIEW_ENABLE
bool "SystemView Tracing Enable" bool "SystemView Tracing Enable"
depends on ESP32_APPTRACE_ENABLE depends on ESP32_APPTRACE_ENABLE