Skip to content

Introduce the nrf54lm20bsim simulated target #92390

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

aescolar
Copy link
Member

@aescolar aescolar commented Jun 30, 2025

Add a new simulated nrf54lm20 cpuapp target, and enable the counter and UART tests for it.

This PR replaces #92032 to avoid the noise due to introducing and removing the real PDK/DK board in that other PR
CI failure is due to #92158 which is unrelated

In preparation for simulated nRF54LM20 targets, let's add kconfig
options aking to the ones we have for the nRF54L15 devices.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
@aescolar aescolar added this to the v4.3.0 milestone Jun 30, 2025
@aescolar aescolar marked this pull request as ready for review June 30, 2025 12:12
@github-actions github-actions bot added platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim platform: nRF Nordic nRFx area: UART Universal Asynchronous Receiver-Transmitter area: Board/SoC configuration area: Counter labels Jun 30, 2025
soc {
/delete-node/ memory@20000000;
/delete-node/ memory@20067c00;
peripheral@50000000 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline on line 31

compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
storage_partition: partition@0 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

and 87, fix all instances in whole PR

aescolar added 4 commits July 1, 2025 12:13
Add a new simulated nrf54lm20 cpuapp target

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
These tests run fine in this board, let's provide an
overlay and enable them.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
So we can enable features for both the real and simulated
targets based on these same options.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This target can also run this tests, we just overlays including
the ones for the real boards.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Copy link

sonarqubecloud bot commented Jul 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Board/SoC configuration area: Counter area: UART Universal Asynchronous Receiver-Transmitter platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim platform: nRF Nordic nRFx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants