Skip to content

Commit 521a2ff

Browse files
committed
samples: disable broken kconfig option save_progress
This option causes issues when building on SES with optimization on windows, disable it for now. Signed-off-by: Håkon Øye Amundsen <[email protected]>
1 parent 28dbf69 commit 521a2ff

File tree

1 file changed

+0
-8
lines changed
  • samples/nrf9160/http_application_update

1 file changed

+0
-8
lines changed

samples/nrf9160/http_application_update/prj.conf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096
4545

4646
# DFU Target
4747
CONFIG_DFU_TARGET=y
48-
CONFIG_DFU_TARGET_MCUBOOT_SAVE_PROGRESS=y
49-
50-
# Settings
51-
CONFIG_SETTINGS=y
52-
CONFIG_SETTINGS_NVS=y
53-
54-
# Non-volatile Storage
55-
CONFIG_NVS=y
5648

5749
# Application Upgrade support
5850
CONFIG_BOOTLOADER_MCUBOOT=y

0 commit comments

Comments
 (0)