Intention is to test flash driver along with BLE radio. Added flash shell module with commands for erase, write-check, read and co-operation with radio stress test. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
6 lines
160 B
Makefile
6 lines
160 B
Makefile
obj-y += bt.o
|
|
obj-y += gatt.o
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll.o
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ticker.o
|
|
obj-$(CONFIG_SOC_FLASH_NRF5) += flash.o
|