mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-09 10:47:29 +00:00
Merge branch 'enable_sysview_tests' into 'master'
test(sysview): re-enable SEGGER SystemView example builds and tests See merge request espressif/esp-idf!43852
This commit is contained in:
@@ -1123,8 +1123,6 @@ void * pvTaskGetCurrentTCBForCore( BaseType_t xCoreID )
|
||||
ESP_FREERTOS_DEBUG_LIST_END_PREV,
|
||||
ESP_FREERTOS_DEBUG_LIST_ITEM_PREV,
|
||||
ESP_FREERTOS_DEBUG_LIST_ITEM_OWNER,
|
||||
ESP_FREERTOS_DEBUG_TASK_COUNT_WIDTH,
|
||||
ESP_FREERTOS_DEBUG_PTR_WIDTH,
|
||||
/* New entries must be inserted here */
|
||||
ESP_FREERTOS_DEBUG_TABLE_END,
|
||||
};
|
||||
@@ -1144,9 +1142,7 @@ void * pvTaskGetCurrentTCBForCore( BaseType_t xCoreID )
|
||||
offsetof( List_t, xListEnd ), /* list_end_offset */
|
||||
offsetof( List_t, xListEnd.pxPrevious ), /* list_next_offset */
|
||||
offsetof( ListItem_t, pxPrevious ), /* list_elem_next_offset */
|
||||
offsetof( ListItem_t, pvOwner ), /* list_elem_content_offset */
|
||||
sizeof( UBaseType_t ), /* task_count_width */
|
||||
sizeof( void * ) /* ptr_width */
|
||||
offsetof( ListItem_t, pvOwner ) /* list_elem_content_offset */
|
||||
};
|
||||
|
||||
#endif /* CONFIG_FREERTOS_DEBUG_OCDAWARE */
|
||||
|
||||
@@ -273,9 +273,6 @@ examples/system/select:
|
||||
examples/system/sysview_tracing:
|
||||
disable:
|
||||
- if: SOC_GPTIMER_SUPPORTED != 1
|
||||
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c5", "esp32c61", "esp32c6", "esp32h2", "esp32h21", "esp32h4", "esp32p4"]
|
||||
temporary: true
|
||||
reason: temporarily disabled until the sysview component is published in the component registry
|
||||
- if: IDF_TARGET == "esp32p4"
|
||||
temporary: true
|
||||
reason: p4 rev3 migration # TODO: IDF-14364
|
||||
@@ -290,9 +287,6 @@ examples/system/sysview_tracing:
|
||||
examples/system/sysview_tracing_heap_log:
|
||||
disable:
|
||||
- if: SOC_GPTIMER_SUPPORTED != 1
|
||||
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3", "esp32c5", "esp32c61", "esp32c6", "esp32h2", "esp32h21", "esp32h4", "esp32p4"]
|
||||
temporary: true
|
||||
reason: temporarily disabled until the sysview component is published in the component registry
|
||||
- if: IDF_TARGET == "esp32p4"
|
||||
temporary: true
|
||||
reason: p4 rev3 migration # TODO: IDF-14364
|
||||
|
||||
Reference in New Issue
Block a user