From c81c6c26a95fef8ddb91408d240690d270b284b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20J=C3=B8lsgard?= Date: Mon, 28 Oct 2024 14:42:20 +0100 Subject: [PATCH] samples: net: azure_iot_hub: use new download client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use new download client. Signed-off-by: Eivind Jølsgard --- .../net/azure_iot_hub/boards/nrf7002dk_nrf5340_cpuapp_ns.conf | 1 + samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf | 1 + samples/net/azure_iot_hub/boards/nrf9160dk_nrf9160_ns.conf | 1 + samples/net/azure_iot_hub/boards/nrf9161dk_nrf9161_ns.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/samples/net/azure_iot_hub/boards/nrf7002dk_nrf5340_cpuapp_ns.conf b/samples/net/azure_iot_hub/boards/nrf7002dk_nrf5340_cpuapp_ns.conf index 68dc74ed2614..8df1c6a36fa3 100644 --- a/samples/net/azure_iot_hub/boards/nrf7002dk_nrf5340_cpuapp_ns.conf +++ b/samples/net/azure_iot_hub/boards/nrf7002dk_nrf5340_cpuapp_ns.conf @@ -88,6 +88,7 @@ CONFIG_IMG_MANAGER=y CONFIG_STREAM_FLASH=y CONFIG_IMG_ERASE_PROGRESSIVELY=y CONFIG_DOWNLOAD_CLIENT=y +CONFIG_DOWNLOAD_CLIENT_NEW_API=y CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096 CONFIG_DOWNLOAD_CLIENT_BUF_SIZE=4096 CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_4096=y diff --git a/samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf b/samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf index b9c8237eecd3..584c67699fbd 100644 --- a/samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf +++ b/samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf @@ -40,4 +40,5 @@ CONFIG_FLASH_MAP=y CONFIG_FLASH=y CONFIG_IMG_ERASE_PROGRESSIVELY=y CONFIG_DOWNLOAD_CLIENT=y +CONFIG_DOWNLOAD_CLIENT_NEW_API=y CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096 diff --git a/samples/net/azure_iot_hub/boards/nrf9160dk_nrf9160_ns.conf b/samples/net/azure_iot_hub/boards/nrf9160dk_nrf9160_ns.conf index 8c90510ece39..cadbb4ca6f02 100644 --- a/samples/net/azure_iot_hub/boards/nrf9160dk_nrf9160_ns.conf +++ b/samples/net/azure_iot_hub/boards/nrf9160dk_nrf9160_ns.conf @@ -40,4 +40,5 @@ CONFIG_FLASH_MAP=y CONFIG_FLASH=y CONFIG_IMG_ERASE_PROGRESSIVELY=y CONFIG_DOWNLOAD_CLIENT=y +CONFIG_DOWNLOAD_CLIENT_NEW_API=y CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096 diff --git a/samples/net/azure_iot_hub/boards/nrf9161dk_nrf9161_ns.conf b/samples/net/azure_iot_hub/boards/nrf9161dk_nrf9161_ns.conf index 8c90510ece39..cadbb4ca6f02 100644 --- a/samples/net/azure_iot_hub/boards/nrf9161dk_nrf9161_ns.conf +++ b/samples/net/azure_iot_hub/boards/nrf9161dk_nrf9161_ns.conf @@ -40,4 +40,5 @@ CONFIG_FLASH_MAP=y CONFIG_FLASH=y CONFIG_IMG_ERASE_PROGRESSIVELY=y CONFIG_DOWNLOAD_CLIENT=y +CONFIG_DOWNLOAD_CLIENT_NEW_API=y CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096