mirror of https://github.com/ARMmbed/mbed-os.git
Add ARDUINO to supported form factors of F429ZI
Add support for the arduino form factor in targets.json for the NUCLEO_F429ZI.pull/2380/head
parent
0712b8adf6
commit
ea4c65defa
|
|
@ -786,6 +786,7 @@
|
||||||
"release_versions": ["2"]
|
"release_versions": ["2"]
|
||||||
},
|
},
|
||||||
"NUCLEO_F429ZI": {
|
"NUCLEO_F429ZI": {
|
||||||
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"default_toolchain": "ARM",
|
"default_toolchain": "ARM",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue