-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
smp svr for nrf54l15 #14475
smp svr for nrf54l15 #14475
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
Why?
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
@nordicjm We have objective (form Projects management team) to expose DFU sample for NCS which will build right away. It was decided that code should base on the zephyr smp_svr. We will support (mainly configuration) for more platform there. |
Just build smp_svr? What value does this even add? |
|
Partition manager is on it's way out so it doesn't make sense for that also note that communication was sent out some time ago that no new features are to be added to partition manager and it is bug fixes and maintenance only. And note that config files can and have been added to sdk-zephyr for this specific sample: https://github.com/nrfconnect/sdk-zephyr/tree/main/samples/subsys/mgmt/mcumgr/smp_svr |
ca422e3
to
2b6f8d3
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
2b6f8d3
to
30591fc
Compare
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.
missing sample.yaml file for Twister
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 should be moved to prj.conf, this is common config, not only for nrf54l15
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.
do we really need it? Why to change default uart20, that is used in the Upstream?
171eb90
to
3173fee
Compare
3173fee
to
ea5830a
Compare
ea5830a
to
a938860
Compare
BT and shell transport. Signed-off-by: Mateusz Michalek <[email protected]>
Made MPSL based synchronization mechanism available for nRF54L15 too. Signed-off-by: Andrzej Puzdrowski <[email protected]>
a938860
to
5da926e
Compare
Correct rram write size. Signed-off-by: Mateusz Michalek <[email protected]>
No description provided.