Skip to content

Commit 9f68ef1

Browse files
committed
applications: nrf5340_audio: Convert from newlib to picolib.
OCT-2525. To align with NCS and Zephyr. Signed-off-by: Kristoffer Skøien <[email protected]>
1 parent 1c51a7d commit 9f68ef1

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

applications/nrf5340_audio/Kconfig.defaults

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ config NRFX_CLOCK
6767
config I2C
6868
default y
6969

70-
choice LIBC_IMPLEMENTATION
71-
# NOTE: Since we are not using minimal libc, error codes from
72-
# minimal libc are not used
73-
default NEWLIB_LIBC
74-
endchoice
75-
7670
# Audio codec LC3 related defines
7771
# FPU_SHARING enables preservation of the hardware floating point registers
7872
# across context switches to allow multiple threads to perform concurrent

applications/nrf5340_audio/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ CONFIG_SERIAL=y
2424

2525
# Logging
2626
CONFIG_LOG=y
27-
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
2827
CONFIG_LOG_TAG_MAX_LEN=2
2928
CONFIG_LOG_TAG_DEFAULT="--"
3029
CONFIG_LOG_BACKEND_UART=y

applications/nrf5340_audio/prj_fota.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ CONFIG_SERIAL=y
2424

2525
# Logging
2626
CONFIG_LOG=y
27-
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
2827
CONFIG_LOG_TAG_MAX_LEN=2
2928
CONFIG_LOG_TAG_DEFAULT="--"
3029
CONFIG_LOG_BACKEND_UART=y

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ nRF5340 Audio
207207
* Updated:
208208

209209
* The application to use the ``NFC.TAGHEADER0`` value from FICR as the broadcast ID instead of using a random ID.
210+
* The application to change from Newlib to Picolib to align with |NCS| and Zephyr.
210211

211212
nRF Desktop
212213
-----------

0 commit comments

Comments
 (0)