zephyr/tests/bluetooth/shell/boards/native_sim.conf
Alberto Escolar Piedras 13a986d63a tests/bluetooth/shell: Don't test on native_posix
native_posix is now deprecated.
Building this sample in both native_sim and native_posix does not
improve coverage for the sample or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for this sample.

Also let's remove a few redundant test platform filters

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-09-25 04:04:36 -04:00

14 lines
505 B
Plaintext

CONFIG_NO_OPTIMIZATIONS=y
# Allows for copying larger amount of data into the shell
CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE=4096
# For native sim k_sleep is used in the data path as well as for shell input
# detection, hence data processing is at least two ticks per packet. To support
# 5ms ISO interval bidirectional data the system shall never stall for more
# than 1.5 ms in average.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=500
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y