Merge pull request #13744 from LDong-Arm/cloud_connectors_targets

Use NUCLEO_F429ZI for Azure IoT Hub and Google IoT Core examples testing
pull/13768/head
Martin Kojtal 2020-10-13 11:15:53 +01:00 committed by GitHub
commit ea39494aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -488,7 +488,7 @@
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
"toolchains" : [],
"exporters": [],
"compile" : true,
@ -503,7 +503,7 @@
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
"toolchains" : [],
"exporters": [],
"compile" : true,