File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
doc/nrf/releases_and_maturity/releases Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -373,11 +373,15 @@ Matter samples
373373Networking samples
374374------------------
375375
376- * Updated the following samples to use the :ref: `lib_downloader ` library instead of the :ref: `lib_download_client ` library:
376+ * Updated:
377+
378+ * The :kconfig:option: `CONFIG_HEAP_MEM_POOL_SIZE ` Kconfig option value to ``1280 `` for all networking samples that had it set to a lower value.
379+ This is a requirement from zephyr and removes a build warning.
380+ * The following samples to use the :ref: `lib_downloader ` library instead of the :ref: `lib_download_client ` library:
377381
378- * :ref: `aws_iot `
379- * :ref: `azure_iot_hub `
380- * :ref: `download_sample `
382+ * :ref: `aws_iot `
383+ * :ref: `azure_iot_hub `
384+ * :ref: `download_sample `
381385
382386NFC samples
383387-----------
Original file line number Diff line number Diff line change 55#
66
77# Heap and stacks
8- CONFIG_HEAP_MEM_POOL_SIZE=1024
8+ CONFIG_HEAP_MEM_POOL_SIZE=1280
99
1010# Networking config
1111CONFIG_NET_TCP=y
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ CONFIG_NET_CONNECTION_MANAGER=y
1313CONFIG_NET_SOCKETS=y
1414CONFIG_POSIX_API=y
1515CONFIG_NET_IPV4=y
16- CONFIG_HEAP_MEM_POOL_SIZE=1024
16+ CONFIG_HEAP_MEM_POOL_SIZE=1280
1717CONFIG_MBEDTLS_LEGACY_CRYPTO_C=y
Original file line number Diff line number Diff line change 55#
66
77# General
8- CONFIG_HEAP_MEM_POOL_SIZE=1024
8+ CONFIG_HEAP_MEM_POOL_SIZE=1280
99CONFIG_MAIN_STACK_SIZE=4096
1010
1111# Logging
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ CONFIG_POSIX_API=y
1616CONFIG_NET_CONNECTION_MANAGER=y
1717
1818# Heap and stacks
19- CONFIG_HEAP_MEM_POOL_SIZE=1024
19+ CONFIG_HEAP_MEM_POOL_SIZE=1280
2020CONFIG_MAIN_STACK_SIZE=4096
2121CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
You can’t perform that action at this time.
0 commit comments