-
Notifications
You must be signed in to change notification settings - Fork 115
Draft: Add esp_sysview (SEGGER SystemView) component #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| #include "esp_intr_alloc.h" | ||
| #include "soc/soc.h" | ||
| #include "soc/interrupts.h" | ||
| #include "esp_trace_port_encoder.h" |
Check failure
Code scanning / clang-tidy
'esp_trace_port_encoder.h' file not found
| unsigned uStackHighWaterMark; | ||
| }; | ||
|
|
||
| static SYSVIEW_FREERTOS_TASK_STATUS _aTasks[SYSVIEW_FREERTOS_MAX_NOF_TASKS]; |
Check failure
Code scanning / clang-tidy
use of undeclared identifier 'CONFIG_SEGGER_SYSVIEW_MAX_TASKS'
| return; | ||
| } | ||
|
|
||
| if (_NumTasks >= SYSVIEW_FREERTOS_MAX_NOF_TASKS) { |
Check failure
Code scanning / clang-tidy
use of undeclared identifier 'CONFIG_SEGGER_SYSVIEW_MAX_TASKS'
|
|
||
| #include "esp_err.h" | ||
| #include "esp_heap_caps.h" | ||
| #include "esp_trace_types.h" |
Check failure
Code scanning / clang-tidy
'esp_trace_types.h' file not found
|
|
||
| #include "esp_log.h" | ||
| #include "esp_cpu.h" | ||
| #include "esp_trace_port_transport.h" |
Check failure
Code scanning / clang-tidy
'esp_trace_port_transport.h' file not found
7f63cc5 to
b778414
Compare
Checklist
urlfield definedChange description
esp_sysviewas a managed component for ESP-IDF.components/app_trace/sysviewin esp-idf.