-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
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
tests/kernel/gen_isr_table failed on iotdk board. #23475
Labels
area: ARC
ARC Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Comments
I may confirm we do see the same in our internal nightly verification. |
vonhust
pushed a commit
to foss-for-synopsys-dwc-arc-processors/zephyr
that referenced
this issue
Apr 27, 2020
By defaut, only one uart is used as console. Disable unused peripherals in dts to avoid conflicts (issue zephyrproject-rtos#23475), save memory footprint, and reduce the boot time. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
The failure is caused by the conflict of irq used in this test and peripheral irq. UART3 will use IRQ 89 and is enabled although it should not be. PR #23479 will fix this issue. |
MaureenHelm
pushed a commit
that referenced
this issue
Apr 28, 2020
By defaut, only one uart is used as console. Disable unused peripherals in dts to avoid conflicts (issue #23475), save memory footprint, and reduce the boot time. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
sandeepbrcm
pushed a commit
to Broadcom/zephyr
that referenced
this issue
Apr 30, 2020
By defaut, only one uart is used as console. Disable unused peripherals in dts to avoid conflicts (issue zephyrproject-rtos#23475), save memory footprint, and reduce the boot time. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
hakehuang
pushed a commit
to hakehuang/zephyr
that referenced
this issue
Jun 20, 2020
By defaut, only one uart is used as console. Disable unused peripherals in dts to avoid conflicts (issue zephyrproject-rtos#23475), save memory footprint, and reduce the boot time. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: ARC
ARC Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: