Skip to content

Commit 908ca4d

Browse files
committed
manifest: Update sdk-nrf reference
Update sdk-nrf to c361c8ac4ab828a90edb02a59cd982de05f4d818. Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
1 parent cc5e561 commit 908ca4d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

app/prj.conf

+4-8
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,10 @@ CONFIG_SETTINGS=y
102102
CONFIG_SETTINGS_FCB=y
103103
CONFIG_FCB=y
104104

105-
# Download Client - used by FOTA and PGPS
106-
CONFIG_DOWNLOAD_CLIENT=y
107-
CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_1024=y
108-
CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=3072
109-
CONFIG_DOWNLOAD_CLIENT_BUF_SIZE=2048
110-
CONFIG_DOWNLOAD_CLIENT_MAX_HOSTNAME_SIZE=128
111-
112-
# Flash - Used by FOTA and PGPS
105+
# Downloader - used by FOTAS
106+
CONFIG_DOWNLOADER=y
107+
108+
# Flash - Used by FOTA
113109
CONFIG_FLASH=y
114110
CONFIG_FLASH_PAGE_LAYOUT=y
115111
CONFIG_FLASH_MAP=y

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ manifest:
1414
- name: nrf
1515
remote: ncs
1616
repo-path: sdk-nrf
17-
revision: v2.8.0-rc2
17+
revision: c361c8ac4ab828a90edb02a59cd982de05f4d818
1818
import: true

0 commit comments

Comments
 (0)