From ea4c65defa5455fcd999779e424c42ff0c3d8c65 Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Fri, 5 Aug 2016 16:01:45 -0500 Subject: [PATCH] Add ARDUINO to supported form factors of F429ZI Add support for the arduino form factor in targets.json for the NUCLEO_F429ZI. --- hal/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/targets.json b/hal/targets.json index 621cfd025c..83034808a8 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -786,6 +786,7 @@ "release_versions": ["2"] }, "NUCLEO_F429ZI": { + "supported_form_factors": ["ARDUINO"], "inherits": ["Target"], "core": "Cortex-M4F", "default_toolchain": "ARM",