mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'feature/sysview_max_tasks_configuration' into 'master'
sys_view: expose max tasks configuration parameter See merge request idf/esp-idf!4239
This commit is contained in:
@@ -99,6 +99,14 @@ menu "Application Level Tracing"
|
|||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
config SYSVIEW_MAX_TASKS
|
||||||
|
int "Maximum supported tasks"
|
||||||
|
depends on SYSVIEW_ENABLE
|
||||||
|
range 1 64
|
||||||
|
default 16
|
||||||
|
help
|
||||||
|
Configures maximum supported tasks in sysview debug
|
||||||
|
|
||||||
config SYSVIEW_EVT_OVERFLOW_ENABLE
|
config SYSVIEW_EVT_OVERFLOW_ENABLE
|
||||||
bool "Trace Buffer Overflow Event"
|
bool "Trace Buffer Overflow Event"
|
||||||
depends on SYSVIEW_ENABLE
|
depends on SYSVIEW_ENABLE
|
||||||
|
@@ -80,7 +80,7 @@ Notes:
|
|||||||
#define portSTACK_GROWTH ( -1 )
|
#define portSTACK_GROWTH ( -1 )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS 16
|
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS CONFIG_SYSVIEW_MAX_TASKS
|
||||||
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user