-
Notifications
You must be signed in to change notification settings - Fork 667
[nrf noup] samples: smp_svr: Add nrf54h20dk ext flash sample #2846
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
f04196b
to
0366e35
Compare
Set as DNM until SecureBoot is supported for 'iron' board variant. |
0366e35
to
d35297e
Compare
@@ -226,3 +226,11 @@ tests: | |||
- nrf5340dk/nrf5340/cpuapp | |||
integration_platforms: | |||
- nrf5340dk/nrf5340/cpuapp | |||
sample.mcumgr.smp_svr.serial.nrf54h20dk.ext_flash.pure_dts: |
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.
I think static_dts
should be used rather than pure_dts
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.
It is following already existing sample naming, but I can change this anyway if needed.
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.
In this case leave it as it is
d35297e
to
1037111
Compare
Adds a configuration to this sample for external flash on the nRF54H20DK. It uses 'pure dts' approach, with no Partition Manager. Signed-off-by: Michal Kozikowski <[email protected]>
1037111
to
bffc859
Compare
|
Adds a configuration to this sample for external flash on the nRF54H20DK. It uses 'pure dts' approach, with no Partition Manager.