From 66413d4d4e62ff83407e4830f87deefcb7dacfd5 Mon Sep 17 00:00:00 2001 From: Alvin Lee Date: Wed, 12 Feb 2020 15:11:28 +0800 Subject: [PATCH] add FLASHIAP in targets.json for KVStore used in PDMC --- targets/targets.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index db4d7b2e6f..cb1ef78550 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -12237,7 +12237,8 @@ "STM32L496xG" ], "components_add": [ - "QSPIF" + "QSPIF", + "FLASHIAP" ], "config": { "clock_source": { @@ -14745,4 +14746,4 @@ "version": "1", "public": false } -} \ No newline at end of file +}