mirror of https://github.com/ARMmbed/mbed-os.git
commit
9501ccd6c7
|
@ -127,7 +127,9 @@
|
|||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"test" : true,
|
||||
"baud_rate": 9600,
|
||||
"compare_log": ["mbed-os-example-wifi/tests/wifi_scan.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
|
@ -274,7 +276,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["K64F","K82F"],
|
||||
"targets" : ["DISCO_L475VG_IOT01A"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
@ -345,7 +347,12 @@
|
|||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"test" : true,
|
||||
"baud_rate": 9600,
|
||||
"compare_log": [
|
||||
"mbed-os-example-nfc/tests/EEPROM.log",
|
||||
"mbed-os-example-nfc/tests/SmartPoster_noShield.log"
|
||||
],
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue