File tree Expand file tree Collapse file tree 4 files changed +9
-16
lines changed
doc/nrf/releases_and_maturity/releases
samples/cellular/nrf_cloud_multi_service Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,10 @@ Cellular samples
250250
251251 * Added support for setting the FOTA update check interval using the config section in the shadow.
252252
253+ * :ref: `nrf_cloud_multi_service ` sample:
254+
255+ * Updated Wi-Fi overlays from newlibc to picolib.
256+
253257Cryptography samples
254258--------------------
255259
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ CONFIG_WIFI_CREDENTIALS_SHELL=y
6262CONFIG_TLS_CREDENTIALS_SHELL=y
6363CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y
6464# Increased stack size needed for wifi_cred auto_connect command
65- CONFIG_SHELL_STACK_SIZE=4400
65+ CONFIG_SHELL_STACK_SIZE=4500
6666# nRFCloud credentials can exceed 1024 bytes
6767CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=3072
6868# Needed by the TLS credentials shell
@@ -160,18 +160,13 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
160160CONFIG_NET_MGMT_EVENT_QUEUE_SIZE=20
161161CONFIG_APPLICATION_THREAD_STACK_SIZE=3072
162162CONFIG_MESSAGE_THREAD_STACK_SIZE=3072
163- CONFIG_CONNECTION_THREAD_STACK_SIZE=4096
163+ CONFIG_CONNECTION_THREAD_STACK_SIZE=4500
164164CONFIG_DATE_TIME_THREAD_STACK_SIZE=2048
165165CONFIG_NET_TX_STACK_SIZE=2048
166166CONFIG_NET_RX_STACK_SIZE=2048
167167CONFIG_POSIX_MAX_FDS=16
168168CONFIG_NET_SOCKETS_POLL_MAX=8
169169
170- # Disable PICOLIBC since hostap currently is not compatible with it
171- CONFIG_NEWLIB_LIBC=y
172- CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
173- CONFIG_PICOLIBC=n
174-
175170# nRF Cloud: CoAP
176171CONFIG_NRF_CLOUD_MQTT=n
177172CONFIG_NRF_CLOUD_COAP=y
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ CONFIG_WIFI_CREDENTIALS_SHELL=y
6161CONFIG_TLS_CREDENTIALS_SHELL=y
6262CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y
6363# Increased stack size needed for wifi_cred auto_connect command
64- CONFIG_SHELL_STACK_SIZE=4400
64+ CONFIG_SHELL_STACK_SIZE=4500
6565# nRFCloud credentials can exceed 1024 bytes
6666CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=2048
6767# Needed by the TLS credentials shell
@@ -158,14 +158,9 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
158158CONFIG_NRF_CLOUD_CONNECTION_POLL_THREAD_STACK_SIZE=8192
159159CONFIG_APPLICATION_THREAD_STACK_SIZE=3072
160160CONFIG_MESSAGE_THREAD_STACK_SIZE=3072
161- CONFIG_CONNECTION_THREAD_STACK_SIZE=4096
161+ CONFIG_CONNECTION_THREAD_STACK_SIZE=4500
162162CONFIG_DATE_TIME_THREAD_STACK_SIZE=2048
163163CONFIG_NET_TX_STACK_SIZE=2048
164164CONFIG_NET_RX_STACK_SIZE=2048
165165CONFIG_POSIX_MAX_FDS=16
166166CONFIG_NET_SOCKETS_POLL_MAX=8
167-
168- # Disable PICOLIBC since hostap currently is not compatible with it
169- CONFIG_NEWLIB_LIBC=y
170- CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
171- CONFIG_PICOLIBC=n
Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ config NRF_CLOUD_JWT_SOURCE_CUSTOM
138138 select TINYCRYPT_CTR_PRNG
139139 select TINYCRYPT_AES
140140 select CJSON_LIB
141- depends on NEWLIB_LIBC
142- depends on NEWLIB_LIBC_FLOAT_PRINTF
141+ depends on NEWLIB_LIBC_FLOAT_PRINTF || PICOLIBC_IO_FLOAT
143142 depends on DATE_TIME
144143 help
145144 JWTs are created and signed by the nRF Cloud library, not the modem.
You can’t perform that action at this time.
0 commit comments