In added mode flash operation are performed in timeslice (in radio idle time). Kconfig for mode enabling CONFIG_SOC_FLASH_NRF5_RADIO_SYNC. Erase and write API implementations were rewritten and preserved against concurrent execution. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
20 lines
601 B
Plaintext
20 lines
601 B
Plaintext
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_CONTROLLER=y
|
|
CONFIG_BLUETOOTH_CONTROLLER_WORKER_PRIO=0
|
|
CONFIG_BLUETOOTH_CONTROLLER_JOB_PRIO=0
|
|
CONFIG_BLUETOOTH_CONTROLLER_XTAL_ADVANCED=y
|
|
CONFIG_BLUETOOTH_CONTROLLER_SCHED_ADVANCED=y
|
|
CONFIG_BLUETOOTH_HCI_ACL_FLOW_CONTROL=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_SMP_SC_ONLY=y
|
|
CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_BREDR=n
|
|
CONFIG_FLASH=y
|
|
CONFIG_SOC_FLASH_NRF5=y
|
|
CONFIG_SOC_FLASH_NRF5_RADIO_SYNC=y
|