Merge pull request #2071 from LMESTM/nucleo_f746zg_ff_arduino

[NUCLEO_F746ZG] Add Arduino Form Factor property
pull/2084/head
Martin Kojtal 2016-07-01 12:33:04 +02:00 committed by GitHub
commit 3051436788
1 changed files with 1 additions and 0 deletions

View File

@ -773,6 +773,7 @@
"template": ["iar_nucleo_f746zg.ewp.tmpl"] "template": ["iar_nucleo_f746zg.ewp.tmpl"]
} }
}, },
"supported_form_factors": ["ARDUINO"],
"detect_code": ["0816"], "detect_code": ["0816"],
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"], "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"features": ["IPV4"] "features": ["IPV4"]