-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Drop CAN from nRF9280 #85307
Drop CAN from nRF9280 #85307
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop can
from supported
in boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.yaml
please
What Ben wrote above |
f3a6cff
Hey, looking at this again, I think it may indeed also need an exclude on that test in --- a/tests/kernel/gen_isr_table/testcase.yaml
+++ b/tests/kernel/gen_isr_table/testcase.yaml
@@ -72,6 +72,7 @@ tests:
platform_exclude:
- m2gl025_miv
- adp_xc7k/ae350
+ - nrf9280pdk/nrf9280/cpuppr
filter: CONFIG_RISCV_PRIVILEGED
extra_configs:
- CONFIG_GEN_IRQ_VECTOR_TABLE=y @gmarull can you look into it? |
f79765e
CAN is not supported yet, so remove it from the board for now. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
CAN is not ready yet for this platform (clock control drivers). So remove the nodes for now. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
First, SoC is not supported, but when I tried to add it, build results in RAM overflow of ~10K. Excluding the platform for now, so CI is happy. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2e123b9
f79765e
to
2e123b9
Compare
CAN is not ready yet for this SoC, so remove it for now.
Fixes #85065