diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 8ca728a3973..4fa8c6ec88b 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -339,13 +339,13 @@ "sub-repo-example": false, "subs": [], "features" : [], - "targets" : ["ARM_MUSCA_A1", "ARM_MUSCA_B1", "K64F", "CY8CKIT_064S2_4343W"], + "targets" : ["ARM_MUSCA_B1", "K64F"], "toolchains" : ["GCC_ARM", "ARM"], "exporters": [], "compile" : true, "export": true, "test" : true, - "baud_rate": 115200, + "baud_rate": 9600, "compare_log": ["mbed-os-example-psa/tests/psa.log"], "auto-update" : true }, @@ -441,11 +441,7 @@ "sub-repo-example": false, "subs": [], "features" : [], - "targets" : ["CY8CKIT_062_WIFI_BT_PSA", - "K66F", - "NUCLEO_F429ZI", - "LPC55S69_NS" - ], + "targets" : [ "K66F", "NUCLEO_F429ZI", "ARM_MUSCA_B1"], "toolchains" : [], "exporters": [], "compile" : true,