From 2cbf859f6f107133059158edb3337736100d2703 Mon Sep 17 00:00:00 2001 From: "C.S.M" Date: Thu, 22 Aug 2024 11:25:50 +0800 Subject: [PATCH] fix(intr_dump): Fix the interrupt dump expected output --- .../esp_intr_dump/expected_output/esp32c5.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/test_apps/system/esp_intr_dump/expected_output/esp32c5.txt b/tools/test_apps/system/esp_intr_dump/expected_output/esp32c5.txt index babd37e68b..9989a2a18d 100644 --- a/tools/test_apps/system/esp_intr_dump/expected_output/esp32c5.txt +++ b/tools/test_apps/system/esp_intr_dump/expected_output/esp32c5.txt @@ -1,11 +1,11 @@ CPU 0 interrupt status: Int Level Type Status - 0 1 Level Used: FROM_CPU_INTR0 + 0 1 Level Shared: LP_RTC_TIMER 1 * * Reserved - 2 1 Level Used: SYSTIMER_TARGET0 - 3 1 Level Used: TG0_WDT_LEVEL - 4 1 Level Used: UART0 - 5 * * Free + 2 1 Level Used: FROM_CPU_INTR0 + 3 1 Level Used: SYSTIMER_TARGET0 + 4 1 Level Used: TG0_WDT_LEVEL + 5 1 Level Used: UART0 6 * * Reserved 7 * * Free 8 * * Free @@ -32,5 +32,5 @@ CPU 0 interrupt status: 29 * * Free 30 * * Free 31 * * Free -Interrupts available for general use: 24 -Shared interrupts: 0 +Interrupts available for general use: 23 +Shared interrupts: 1 \ No newline at end of file