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

[nrf noup] platform: nordic_nrf: add support for nrf54l15dk #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomi-font
Copy link

And remove support for nrf54l15pdk at the same time. Occurences of NRF54L15_ENGA_XXAA are replaced by NRF54L15_XXAA.

Files from the nrf54l15dk_nrf54l15_cpuapp directory that are unused are deleted.
One of them, tfm_peripherals_config.h, even had a blatant syntax issue (#endiff).

And remove support for `nrf54l15pdk` at the same time.
Occurences of `NRF54L15_ENGA_XXAA` are replaced by `NRF54L15_XXAA`.

Files from the `nrf54l15dk_nrf54l15_cpuapp` directory that are unused
are deleted.
One of them, `tfm_peripherals_config.h`, even had a blatant syntax
issue (`#endiff`).

Signed-off-by: Tomi Fontanilles <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this file and the CMakeLists are required to build the tfm tests AFAIK. Did you manage to build the PSA arch tests and the regression tests with this PR for the new target?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Those two CMake files manifestly weren't needed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests directory inside of this is required, though. It's installed by sdk-nrf CMake logic during build. (Not sure if the files in there are actually useful, haven't dug into that.)

@tomi-font tomi-font requested a review from a team October 4, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants