-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
soc: nordic: add vpr_launcher in sysbuild #71348
soc: nordic: add vpr_launcher in sysbuild #71348
Conversation
First commit can be dropped and PR rebased |
385d27c
to
9818b7f
Compare
Rebased |
9818b7f
to
a8b93d1
Compare
Changed the mechanism that chooses snippet to base on board variant instead of Kconfig. |
a8b93d1
to
29632b4
Compare
Since #70892 has been merged, I've rebased and added a commit that enables nRF54L15 FLPR support. |
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.
let's remove the detailed board variant knowledge at SoC level code.
A generic handling of qualifiers can be accepted as that is not tied directly to board knowledge, and as additional bonus it will allow for additional / oot launcher snippets without changing the code.
29632b4
to
ce69b16
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.
Please document (in the Kconfig help text?) what a "VPR launcher" is.
ae50e60
ce69b16
to
ae50e60
Compare
@henrikbrixandersen done |
`SB_CONFIG_VPR_LAUNCHER` can now be used in building a VPR target, to enable automatic building of image that will launch the VPR. Signed-off-by: Marcin Szymczyk <[email protected]>
ae50e60
to
680babc
Compare
Depends on #71320