Skip to content

Conversation

@erhankur
Copy link
Collaborator

@erhankur erhankur commented Oct 30, 2025

Checklist

  • Component contains License
  • Component contains README.md
  • Component contains idf_component.yml file with url field defined
  • Component was added to upload job
  • Component was added to build job
  • Optional: Component contains unit tests
  • CI passing

Change description

  • Introduces esp_sysview as a managed component for ESP-IDF.
  • Extracted from components/app_trace/sysview in esp-idf.
  • Internal MR 43011

#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

'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'

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'

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

'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

'esp_trace_port_transport.h' file not found
@erhankur erhankur changed the title Add esp_sysview (SEGGER SystemView) component Draft: Add esp_sysview (SEGGER SystemView) component Oct 30, 2025
@erhankur erhankur force-pushed the add_sysview branch 2 times, most recently from 7f63cc5 to b778414 Compare October 30, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant