From b6453ef2ccad6bac420fa70d042fd1ba3e15a87d Mon Sep 17 00:00:00 2001 From: Veijo Pesonen Date: Wed, 16 Oct 2019 08:45:57 +0300 Subject: [PATCH] NRF52840_DK: enables FLASHIAP for the device --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 9732704c79f..cc5ab8f63e6 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7703,7 +7703,7 @@ }, "MCU_NRF52840": { "inherits": ["Target"], - "components_add": ["QSPIF"], + "components_add": ["QSPIF", "FLASHIAP"], "core": "Cortex-M4F", "macros": [ "BOARD_PCA10056",