Bluetooth samples: unicast audio: Add support for simulated nrf5x

Add support for the simulated nrf5340 and nrf52 in these samples.
And enable building in twister both for these and for the
already supported nrf5340dk.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-10-30 13:22:39 +01:00 committed by Alberto Escolar
commit 979f8ebead
8 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# LC3 lib requires floating point support in the c-lib.
CONFIG_REQUIRES_FULL_LIBC=y

View file

@ -0,0 +1,5 @@
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# LC3 lib requires floating point support in the c-lib.
CONFIG_REQUIRES_FULL_LIBC=y

View file

@ -0,0 +1,8 @@
# This configuration overlay is used when the controller, host and application are built
# all together in the network core
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# LC3 lib requires floating point support in the c-lib.
CONFIG_REQUIRES_FULL_LIBC=y

View file

@ -7,6 +7,8 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf5340bsim_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
@ -17,6 +19,7 @@ tests:
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
integration_platforms:
- nrf52dk_nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf

View file

@ -0,0 +1,5 @@
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# LC3 lib requires floating point support in the c-lib.
CONFIG_REQUIRES_FULL_LIBC=y

View file

@ -0,0 +1,5 @@
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# LC3 lib requires floating point support in the c-lib.
CONFIG_REQUIRES_FULL_LIBC=y

View file

@ -0,0 +1,5 @@
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# LC3 lib requires floating point support in the c-lib.
CONFIG_REQUIRES_FULL_LIBC=y

View file

@ -7,6 +7,8 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf5340bsim_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
@ -17,6 +19,7 @@ tests:
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
integration_platforms:
- nrf52dk_nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf