From f1ccebb28b0c5b8463bf77625f0c313d9236e4e5 Mon Sep 17 00:00:00 2001 From: Laurent MEUNIER Date: Wed, 29 Jun 2016 14:46:19 +0200 Subject: [PATCH] [NUCLEO_F746ZG] Add Arduino Form Factor property --- hal/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/targets.json b/hal/targets.json index d563550fc5..3fdc731499 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -773,6 +773,7 @@ "template": ["iar_nucleo_f746zg.ewp.tmpl"] } }, + "supported_form_factors": ["ARDUINO"], "detect_code": ["0816"], "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"], "features": ["IPV4"]