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:
parent
e87fd3165f
commit
979f8ebead
8 changed files with 39 additions and 0 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -7,6 +7,8 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
- nrf5340bsim_nrf5340_cpuapp
|
||||||
|
- nrf5340dk_nrf5340_cpuapp
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
@ -17,6 +19,7 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nrf52_bsim
|
- nrf52_bsim
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
- nrf52840dk_nrf52840
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
||||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -7,6 +7,8 @@ tests:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
- nrf5340bsim_nrf5340_cpuapp
|
||||||
|
- nrf5340dk_nrf5340_cpuapp
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
|
@ -17,6 +19,7 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- nrf52_bsim
|
- nrf52_bsim
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
- nrf52840dk_nrf52840
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue