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:
parent
e444f49540
commit
49bccb5839
8 changed files with 60 additions and 5 deletions
10
samples/bluetooth/tmap_bmr/boards/native_sim.conf
Normal file
10
samples/bluetooth/tmap_bmr/boards/native_sim.conf
Normal 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
|
|
@ -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
|
||||
|
|
10
samples/bluetooth/tmap_bms/boards/native_sim.conf
Normal file
10
samples/bluetooth/tmap_bms/boards/native_sim.conf
Normal 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
|
|
@ -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
|
||||
|
|
10
samples/bluetooth/tmap_central/boards/native_sim.conf
Normal file
10
samples/bluetooth/tmap_central/boards/native_sim.conf
Normal 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
|
|
@ -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
|
||||
|
|
10
samples/bluetooth/tmap_peripheral/boards/native_sim.conf
Normal file
10
samples/bluetooth/tmap_peripheral/boards/native_sim.conf
Normal 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
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue