Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions samples/zephyr/subsys/mgmt/mcumgr/smp_svr/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ CONFIG_MCUBOOT_UTIL_LOG_LEVEL_WRN=y

# Disable debug logging
CONFIG_LOG_MAX_LEVEL=3

CONFIG_MCUBOOT_IMGTOOL_UUID_VID=y
CONFIG_MCUBOOT_IMGTOOL_UUID_VID_NAME="nordicsemi.com"
CONFIG_MCUBOOT_IMGTOOL_UUID_CID=y
CONFIG_MCUBOOT_IMGTOOL_UUID_CID_NAME="nRF54H20_sample_app"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CONFIG_MCUBOOT_IMGTOOL_UUID_VID=y
CONFIG_MCUBOOT_IMGTOOL_UUID_VID_NAME="nordicsemi.com"
CONFIG_MCUBOOT_IMGTOOL_UUID_CID=y
CONFIG_MCUBOOT_IMGTOOL_UUID_CID_NAME="nRF54H20_sample_rad"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG_MCUBOOT_UUID_VID=y
CONFIG_MCUBOOT_UUID_VID_VALUE="nordicsemi.com"

CONFIG_MCUBOOT_UUID_CID=y
CONFIG_MCUBOOT_UUID_CID_IMAGE_0_VALUE="nRF54H20_sample_app"
CONFIG_MCUBOOT_UUID_CID_IMAGE_1_VALUE="nRF54H20_sample_rad"
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: dc15a79bfeb842bfb503fd63017e8cb371050ddf
revision: pull/3122/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down Expand Up @@ -128,7 +128,7 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: e1f2ab3806ce7ebc7ef34b3fc04272e747590745
revision: pull/486/head
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
Expand Down
Loading