Merge pull request #11475 from jamesbeyond/exp_update

TEST: add atecc608a example to compilation test
pull/11828/head
Martin Kojtal 2019-11-04 09:50:45 +01:00 committed by GitHub
commit d3fb5fb664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 10 deletions

View File

@ -44,9 +44,9 @@
"targets" : ["K66F", "NUCLEO_F429ZI"],
"toolchains" : ["GCC_ARM", "ARM"],
"exporters": [],
"compile" : false,
"export": false,
"test" : false,
"compile" : true,
"export": true,
"test" : true,
"baud_rate": 9600,
"compare_log": [
"mbed-os-example-tls/tests/benchmark.log",
@ -74,8 +74,8 @@
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
"toolchains" : [],
"exporters": [],
"compile" : false,
"export": false,
"compile" : true,
"export": true,
"test" : false,
"auto-update" : true
},
@ -351,9 +351,9 @@
"targets" : ["K64F"],
"toolchains" : [],
"exporters": [],
"compile" : false,
"export": false,
"test" : false,
"compile" : true,
"export": true,
"test" : true,
"baud_rate": 9600,
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
"auto-update" : true
@ -370,8 +370,8 @@
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
"toolchains" : [],
"exporters": [],
"compile" : false,
"export": false,
"compile" : true,
"export": true,
"test" : false,
"auto-update" : true
},
@ -460,6 +460,22 @@
"baud_rate": 9600,
"compare_log": ["mbed-os-example-attestation/tests/attestation.log"],
"auto-update" : true
},
{
"name": "mbed-os-example-atecc608a",
"github": "https://github.com/ARMmbed/mbed-os-example-atecc608a",
"sub-repo-example": true,
"subs": ["atecc608a"],
"features" : [],
"targets" : ["K64F"],
"toolchains" : ["GCC_ARM"],
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"baud_rate": 9600,
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],
"auto-update" : true
}
]
}