samples/bluetooth/tmap*: Enable in native_sim

Let's enable these samples in the native_sim target.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-10 14:11:26 +01:00 committed by Johan Hedberg
commit 49bccb5839
8 changed files with 60 additions and 5 deletions

View file

@ -0,0 +1,10 @@
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_BT_TINYCRYPT_ECC=y
CONFIG_LIBLC3=y
CONFIG_FPU=y
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y

View file

@ -4,7 +4,10 @@ sample:
tests:
sample.bluetooth.tmap_bmr:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View file

@ -0,0 +1,10 @@
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_BT_TINYCRYPT_ECC=y
CONFIG_LIBLC3=y
CONFIG_FPU=y
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y

View file

@ -4,7 +4,10 @@ sample:
tests:
sample.bluetooth.tmap_bms:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View file

@ -0,0 +1,10 @@
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_BT_TINYCRYPT_ECC=y
CONFIG_LIBLC3=y
CONFIG_FPU=y
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y

View file

@ -4,7 +4,10 @@ sample:
tests:
sample.bluetooth.tmap_central:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View file

@ -0,0 +1,10 @@
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_BT_TINYCRYPT_ECC=y
CONFIG_LIBLC3=y
CONFIG_FPU=y
# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
# than every 10 ms as each PDU for some reason takes 2 ticks to process.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y

View file

@ -4,13 +4,19 @@ sample:
tests:
sample.bluetooth.tmap_peripheral:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
sample.bluetooth.tmap_peripheral.duo:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
extra_args: OVERLAY_CONFIG="duo.conf"
extra_configs: