From 1e5cdafab4339b345bf2f1e5e8e09fed6781c581 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Thu, 27 Aug 2020 15:17:37 +0100 Subject: [PATCH] Targets: Add default "supported_form_factors" for all targets This helps mbed-tools to build targets that do not set that attribute themselves. --- targets/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/targets.json b/targets/targets.json index 03b997caa5..8a1a81967e 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -5,6 +5,7 @@ "default_toolchain": "ARM", "supported_toolchains": null, "extra_labels": [], + "supported_form_factors": [], "components": [], "is_disk_virtual": false, "macros": [],