Revert "ci: enable sysview examples for all chips"

This reverts commit c9cf11cd1c.
This commit is contained in:
Marius Vikhammer
2025-05-28 08:38:08 +02:00
parent 24d2720793
commit f764953df3
6 changed files with 68 additions and 335 deletions

View File

@@ -134,13 +134,11 @@ static void example_task(void *p)
void app_main(void)
{
ESP_LOGI(TAG, "Ready for OpenOCD connection");
static example_event_data_t event_data[CONFIG_FREERTOS_NUMBER_OF_CORES];
#if CONFIG_APPTRACE_SV_ENABLE && CONFIG_USE_CUSTOM_EVENT_ID
// Currently OpenOCD does not support requesting module info from target. So do the following...
// Wait until SystemView module receives START command from host,
// Wait untill SystemView module receives START command from host,
// after that data can be sent to the host using onboard API,
// so user module description does not need to be requested by OpenOCD itself.
while (!SEGGER_SYSVIEW_Started()) {