Refactor conf files to use prj.conf + board/<board>.conf configuration. This allows us to have put common configurations into the prj.conf and have board specific configs in each board file. This also respects adding additional prj.conf files such as -DCONF_FILE='nrf5.conf debug.conf' to add debug configuration. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
8 lines
218 B
Text
8 lines
218 B
Text
CONFIG_GPIO=y
|
|
CONFIG_UART_0_NRF_FLOW_CONTROL=y
|
|
CONFIG_MAIN_STACK_SIZE=512
|
|
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
|
CONFIG_BT_MAX_CONN=16
|
|
CONFIG_BT_TINYCRYPT_ECC=n
|
|
CONFIG_BT_CTLR_DTM_HCI=y
|
|
CONFIG_BT_CTLR_ASSERT_HANDLER=y
|