We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To Reproduce Steps to reproduce the behavior:
Screenshots or console output *** Booting Zephyr OS build zephyr-v2.1.0-803-gf05cbb421ddf ***
Running test suite arm_irq_advanced_features starting test - test_arm_dynamic_direct_interrupts ASSERTION FAIL [!arch_irq_is_enabled(irq)] @ ZEPHYR_BASE/arch/common/sw_isr_common.c:19 IRQ 47 is enabled E: r0/a1: 0x00000004 r1/a2: 0x00000013 r2/a3: 0x00000001 E: r3/a4: 0x00006664 r12/ip: 0x00000000 r14/lr: 0x00000db3 E: xpsr: 0x61000000 E: Faulting instruction address (r15/pc): 0x00005824 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 E: Current thread: 0x2000004c (unknown) E: Halting system
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
@ioannisg @chen-png I have solved the bug. This is my pull request, please review.thx. #21929
Sorry, something went wrong.
ioannisg
enjiamai
activebug202
Successfully merging a pull request may close this issue.
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
*** Booting Zephyr OS build zephyr-v2.1.0-803-gf05cbb421ddf ***
Running test suite arm_irq_advanced_features
starting test - test_arm_dynamic_direct_interrupts
ASSERTION FAIL [!arch_irq_is_enabled(irq)] @ ZEPHYR_BASE/arch/common/sw_isr_common.c:19
IRQ 47 is enabled
E: r0/a1: 0x00000004 r1/a2: 0x00000013 r2/a3: 0x00000001
E: r3/a4: 0x00006664 r12/ip: 0x00000000 r14/lr: 0x00000db3
E: xpsr: 0x61000000
E: Faulting instruction address (r15/pc): 0x00005824
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x2000004c (unknown)
E: Halting system
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: