From 5a7a9c06386cf8cffb35f8e47378463d1c7bfba4 Mon Sep 17 00:00:00 2001 From: "C.S.M" Date: Mon, 20 May 2024 20:22:19 +0800 Subject: [PATCH] test(esp_intr_dump): Fix the esp intr dump expected output because the changes happened in brownout --- .../system/esp_intr_dump/expected_output/esp32c6.txt | 4 ++-- .../system/esp_intr_dump/expected_output/esp32h2.txt | 4 ++-- .../system/esp_intr_dump/expected_output/esp32p4.txt | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/test_apps/system/esp_intr_dump/expected_output/esp32c6.txt b/tools/test_apps/system/esp_intr_dump/expected_output/esp32c6.txt index b72d479632..2bb11d11c4 100644 --- a/tools/test_apps/system/esp_intr_dump/expected_output/esp32c6.txt +++ b/tools/test_apps/system/esp_intr_dump/expected_output/esp32c6.txt @@ -2,7 +2,7 @@ CPU 0 interrupt status: Int Level Type Status 0 * * Reserved 1 * * Reserved - 2 1 Level Used: LP_RTC_TIMER + 2 1 Level Shared: LP_RTC_TIMER 3 * * Reserved 4 * * Reserved 5 1 Level Used: CPU_FROM_CPU_0 @@ -33,4 +33,4 @@ CPU 0 interrupt status: 30 * * Free 31 * * Free Interrupts available for general use: 18 -Shared interrupts: 0 +Shared interrupts: 1 diff --git a/tools/test_apps/system/esp_intr_dump/expected_output/esp32h2.txt b/tools/test_apps/system/esp_intr_dump/expected_output/esp32h2.txt index e46e94fcc5..3af2a0d3d9 100644 --- a/tools/test_apps/system/esp_intr_dump/expected_output/esp32h2.txt +++ b/tools/test_apps/system/esp_intr_dump/expected_output/esp32h2.txt @@ -2,7 +2,7 @@ CPU 0 interrupt status: Int Level Type Status 0 * * Reserved 1 * * Reserved - 2 1 Level Used: LP_RTC_TIMER + 2 1 Level Shared: LP_RTC_TIMER 3 * * Reserved 4 * * Reserved 5 1 Level Used: CPUFROM_CPU_0 @@ -33,4 +33,4 @@ CPU 0 interrupt status: 30 * * Free 31 * * Free Interrupts available for general use: 18 -Shared interrupts: 0 +Shared interrupts: 1 diff --git a/tools/test_apps/system/esp_intr_dump/expected_output/esp32p4.txt b/tools/test_apps/system/esp_intr_dump/expected_output/esp32p4.txt index 0e92e63a9a..653010b71e 100644 --- a/tools/test_apps/system/esp_intr_dump/expected_output/esp32p4.txt +++ b/tools/test_apps/system/esp_intr_dump/expected_output/esp32p4.txt @@ -1,10 +1,10 @@ CPU 0 interrupt status: Int Level Type Status - 0 1 Level Used: CPU_INT_FROM_CPU_0 - 1 1 Level Used: SYSTIMER_TARGET0 - 2 1 Level Used: TG0_WDT_LEVEL - 3 1 Level Used: UART0 - 4 * * Free + 0 1 Level Used: LP_ANAPERI + 1 1 Level Used: CPU_INT_FROM_CPU_0 + 2 1 Level Used: SYSTIMER_TARGET0 + 3 1 Level Used: TG0_WDT_LEVEL + 4 1 Level Used: UART0 5 * * Free 6 * * Reserved 7 * * Free @@ -66,4 +66,4 @@ CPU 1 interrupt status: 29 * * Free 30 * * Free 31 * * Free -Interrupts available for general use: 48 +Interrupts available for general use: 47