sys_view: expose max tasks configuration parameter

pull/3138/head
Mahavir Jain 2019-02-05 18:18:24 +05:30
rodzic 985e1c4c7f
commit e00bac2bd5
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -99,6 +99,14 @@ menu "Application Level Tracing"
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
bool "Trace Buffer Overflow Event"
depends on SYSVIEW_ENABLE

Wyświetl plik

@ -80,7 +80,7 @@ Notes:
#define portSTACK_GROWTH ( -1 )
#endif
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS 16
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS CONFIG_SYSVIEW_MAX_TASKS
/*********************************************************************
*