2022-02-01 15:53:59 +08:00
|
|
|
# For LC3 the following configs are needed
|
|
|
|
CONFIG_FPU=y
|
2022-08-22 20:48:27 +08:00
|
|
|
CONFIG_LIBLC3=y
|
2022-02-01 15:53:59 +08:00
|
|
|
# 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
|
2023-10-30 21:59:50 +08:00
|
|
|
|
|
|
|
CONFIG_BT_BUF_EVT_RX_SIZE=255
|
|
|
|
CONFIG_BT_BUF_ACL_RX_SIZE=255
|
|
|
|
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
|
|
|
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
|
|
|
|
|
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|