Skip to content
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

Merged
merged 3 commits into from
Feb 13, 2025
Merged

Drop CAN from nRF9280 #85307

merged 3 commits into from
Feb 13, 2025

Conversation

gmarull
Copy link
Member

@gmarull gmarull commented Feb 6, 2025

CAN is not ready yet for this SoC, so remove it for now.

Fixes #85065

carlescufi
carlescufi previously approved these changes Feb 6, 2025
@carlescufi carlescufi requested a review from lemrey February 6, 2025 14:17
fabiobaltieri
fabiobaltieri previously approved these changes Feb 7, 2025
@fabiobaltieri fabiobaltieri added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Feb 7, 2025
Copy link
Collaborator

@kartben kartben left a 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

@fabiobaltieri
Copy link
Member

fabiobaltieri commented Feb 7, 2025

/__w/zephyr/zephyr/tests/kernel/gen_isr_table/src/main.c:35:2: error: #error "Target not supported"

does this needs an exclude in tests/kernel/gen_isr_table/testcase.yaml? looks like targets need explicit support

What Ben wrote above

kartben
kartben previously approved these changes Feb 7, 2025
fabiobaltieri
fabiobaltieri previously approved these changes Feb 7, 2025
anangl
anangl previously approved these changes Feb 7, 2025
@fabiobaltieri
Copy link
Member

Hey, looking at this again, I think it may indeed also need an exclude on that test in tests/kernel/gen_isr_table/testcase.yaml, maybe just

--- 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?

anangl
anangl previously approved these changes Feb 12, 2025
kartben
kartben previously approved these changes Feb 12, 2025
fabiobaltieri
fabiobaltieri previously approved these changes Feb 12, 2025
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>
@kartben kartben merged commit 71d663d into zephyrproject-rtos:main Feb 13, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel platform: nRF Nordic nRFx Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can_nrf failing to build on nrf9280pdk
8 participants