From 51d3afe04aa0693faa62859209352b4d6b92ce06 Mon Sep 17 00:00:00 2001 From: Saheer Babu Date: Fri, 5 Feb 2021 14:46:09 +0000 Subject: [PATCH] example-psa - add MUSCA_S1 and update baudrate --- 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 b0db7d0bd3..c794a96747 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -288,13 +288,13 @@ "sub-repo-example": false, "subs": [], "features" : [], - "targets" : ["ARM_MUSCA_B1", "K64F"], + "targets" : ["ARM_MUSCA_S1", "ARM_MUSCA_B1", "K64F"], "toolchains" : ["GCC_ARM", "ARM"], "exporters": [], "compile" : true, "export": true, "test" : true, - "baud_rate": 9600, + "baud_rate": 115200, "compare_log": ["mbed-os-example-psa/tests/psa.log"], "auto-update" : true },