Skip to content

Commit a3c3808

Browse files
committed
Use NUCLEO_F429ZI for Azure IoT Hub and Google IoT Core examples
1 parent ad40b1b commit a3c3808

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)