Currently a lot of common kconfig options are being set in board-specific overlays. This commit puts them in the main prj.conf. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
CONFIG_MAIN_STACK_SIZE=512
|
|
CONFIG_IDLE_STACK_SIZE=256
|
|
CONFIG_ISR_STACK_SIZE=512
|
|
CONFIG_BT_MAX_CONN=10
|
|
CONFIG_BT_RX_BUF_LEN=76
|
|
CONFIG_BT_DISCARDABLE_BUF_SIZE=45
|