From 52dc2e58ffbb51072401f68f3dd25a24ec4a56be Mon Sep 17 00:00:00 2001 From: Offir Kochalsky Date: Tue, 9 Oct 2018 15:37:31 +0300 Subject: [PATCH] Added more boards with QSPI component default --- targets/targets.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index 7fb33f4afe..2b3e5433d4 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -1903,6 +1903,7 @@ "bootloader_supported": true }, "DISCO_F469NI": { + "components": ["QSPIF"], "inherits": ["FAMILY_STM32"], "supported_form_factors": ["ARDUINO"], "core": "Cortex-M4F", @@ -2036,6 +2037,7 @@ } }, "DISCO_L475VG_IOT01A": { + "components": ["QSPIF"], "inherits": ["FAMILY_STM32"], "core": "Cortex-M4F", "extra_labels_add": ["STM32L4", "STM32L475xG", "STM32L475VG"],