From a3c3808c5ef498ab2ca97280ccd1d5ed823abf7e Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Thu, 8 Oct 2020 16:50:13 +0100 Subject: [PATCH] Use NUCLEO_F429ZI for Azure IoT Hub and Google IoT Core examples --- tools/test/examples/examples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 80e7150194..4341e42ff7 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -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,