Enable these tests for native_sim and switch the default integration platform from native_posix to native_sim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
17 lines
681 B
Plaintext
17 lines
681 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 posix 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
|
|
# The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
|
|
# inctease stack size for that thread.
|
|
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
|