-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
base: main
Are you sure you want to change the base?
Conversation
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>
soc { | ||
/delete-node/ memory@20000000; | ||
/delete-node/ memory@20067c00; | ||
peripheral@50000000 { |
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.
newline on line 31
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
storage_partition: partition@0 { |
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.
and 87, fix all instances in whole PR
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>
|
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