-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: smp_svr: nrf54lv10 support #25112
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
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: f5a0146ebedbce042b2e680abb9794fbaeaeaf0c more detailssdk-nrf:
Github labels
List of changed files detected by CI (19)
Outputs:ToolchainVersion: 46667c6630 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
adds nrf54lv10 to sample. Signed-off-by: Mateusz Michalek <[email protected]>
# NCS boot banner | ||
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="MCUboot" | ||
|
||
CONFIG_MCUBOOT_UUID_VID=y |
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.
vid/cid is only for nrfh20 -> move it to relevant file.
adds nrf54lv10 to sample.