Skip to content

Commit ea39494

Browse files
authored
Merge pull request #13744 from LDong-Arm/cloud_connectors_targets
Use NUCLEO_F429ZI for Azure IoT Hub and Google IoT Core examples testing
2 parents 4c42952 + a3c3808 commit ea39494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
"sub-repo-example": false,
489489
"subs": [],
490490
"features" : [],
491-
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
491+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
492492
"toolchains" : [],
493493
"exporters": [],
494494
"compile" : true,
@@ -503,7 +503,7 @@
503503
"sub-repo-example": false,
504504
"subs": [],
505505
"features" : [],
506-
"targets" : ["DISCO_L475VG_IOT01A", "K64F"],
506+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
507507
"toolchains" : [],
508508
"exporters": [],
509509
"compile" : true,

0 commit comments

Comments
 (0)