Skip to content

Commit 6257320

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Use Picolibc in IPC radio image
Change updates IPC radio image configurations of the nRF5340 DK to use Picolibc. This aligns the configurations to the IPC radio image configurations of the nRF54H20 DK. The Picolibc is used by default in Zephyr. Jira: NCSDK-32238 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 5b398da commit 6257320

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpunet/images/ipc_radio/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000
3030

3131
CONFIG_ASSERT=y
3232

33-
# Use minimal C library instead of the Picolib
34-
CONFIG_MINIMAL_LIBC=y
35-
3633
# Activate Link Time Optimization (LTO)
3734
CONFIG_LTO=y
3835
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpunet/images/ipc_radio/prj_release.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ CONFIG_BT_BUF_ACL_TX_SIZE=35
2828
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
2929
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000
3030

31-
# Use minimal C library instead of the Picolib
32-
CONFIG_MINIMAL_LIBC=y
33-
3431
# Activate Link Time Optimization (LTO)
3532
CONFIG_LTO=y
3633
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ nRF Desktop
261261
If you still need to support the Bluetooth LE legacy pairing, you need to disable the option in the configuration.
262262
* :ref:`nrf_desktop_hid_state` and :ref:`nrf_desktop_fn_keys` to use :c:func:`bsearch` implementation from C library.
263263
This simplifies maintenance and allows you to use Picolibc (:kconfig:option:`CONFIG_PICOLIBC`).
264+
* The IPC radio image configurations of the nRF5340 DK to use Picolibc (:kconfig:option:`CONFIG_PICOLIBC`).
265+
This aligns the configurations to the IPC radio image configurations of the nRF54H20 DK.
266+
Picolibc is used by default in Zephyr.
264267

265268
* Added:
266269

0 commit comments

Comments
 (0)