Bluetooth: Audio: Shell: Remove increased workqueue stack size
The LC3 in the shell is now done in separate threads with their own stacks. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
f573c3eb01
commit
73528a326e
4 changed files with 2 additions and 12 deletions
|
@ -11,6 +11,3 @@ 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
|
||||
|
|
|
@ -11,6 +11,3 @@ 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
|
||||
|
|
|
@ -8,7 +8,5 @@ CONFIG_USB_DEVICE_STACK=y
|
|||
CONFIG_USB_DEVICE_AUDIO=y
|
||||
CONFIG_USB_DEVICE_PRODUCT="Zephyr Shell USB"
|
||||
|
||||
# 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=5120
|
||||
# Enable encryption in the host
|
||||
CONFIG_BT_TINYCRYPT_ECC=y
|
||||
|
|
|
@ -8,7 +8,5 @@ CONFIG_USB_DEVICE_STACK=y
|
|||
CONFIG_USB_DEVICE_AUDIO=y
|
||||
CONFIG_USB_DEVICE_PRODUCT="Zephyr Shell USB"
|
||||
|
||||
# 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=5120
|
||||
# Enable encryption in the host
|
||||
CONFIG_BT_TINYCRYPT_ECC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue