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
12 changes: 12 additions & 0 deletions modules/mcuboot/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,16 @@ config NRF_MCUBOOT_BOOT_REQUEST_IMPL_RETENTION

endchoice


config NCS_MCUBOOT_BOOT_REQUEST_TEST_SETS_BOOT_PREFERENCE
bool "Set boot preference if a slot is marked for test"
help
This option allows to verify boot preference requests through issuing
the image test.
Using this option is not recommended in production systems, because
it will boot any newly transferred image, even if it has a lower
version than the current one.
The rollback protection (using security counters) will still be
effective.

endif # NRF_MCUBOOT_BOOT_REQUEST
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: 3c0e35c2aa12f9c0dfa3fb0c08fa93b69636f4a3
revision: pull/3429/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 @@ -127,7 +127,7 @@ manifest:
compare-by-default: true
- name: mcuboot
repo-path: sdk-mcuboot
revision: a8161d7dcccd9503c48678219dd535ebd24b7c3c
revision: pull/563/head
path: bootloader/mcuboot
- name: qcbor
url: https://github.com/laurencelundblade/QCBOR
Expand Down
Loading