mirror of https://github.com/ARMmbed/mbed-os.git
Update cmake supported example list.
Create cmake supported cloud example list.pull/14473/head
parent
96e19afdd1
commit
d5dcc4da72
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"examples": [
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-for-aws",
|
||||||
|
"github": "https://github.com/ARMmbed/mbed-os-example-for-aws",
|
||||||
|
"sub-repo-example": false,
|
||||||
|
"subs": [],
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"test" : false,
|
||||||
|
"baud_rate": 115200,
|
||||||
|
"compare_log": ["mbed-os-example-for-aws/tests/aws.log"],
|
||||||
|
"auto-update" : true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -15,6 +15,30 @@
|
||||||
"baud_rate": 9600,
|
"baud_rate": 9600,
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-ble",
|
||||||
|
"github":"https://github.com/ARMmbed/mbed-os-example-ble",
|
||||||
|
"sub-repo-example": true,
|
||||||
|
"subs": [
|
||||||
|
"BLE_Advertising",
|
||||||
|
"BLE_GAP",
|
||||||
|
"BLE_GattClient_CharacteristicUpdates",
|
||||||
|
"BLE_GattClient_CharacteristicWrite",
|
||||||
|
"BLE_GattServer_AddService",
|
||||||
|
"BLE_GattServer_CharacteristicUpdates",
|
||||||
|
"BLE_GattServer_CharacteristicWrite",
|
||||||
|
"BLE_PeriodicAdvertising",
|
||||||
|
"BLE_SecurityAndPrivacy"
|
||||||
|
],
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["NRF52_DK", "DISCO_L475VG_IOT01A"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"test" : false,
|
||||||
|
"auto-update" : true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "mbed-os-example-sockets",
|
"name": "mbed-os-example-sockets",
|
||||||
"github":"https://github.com/ARMmbed/mbed-os-example-sockets",
|
"github":"https://github.com/ARMmbed/mbed-os-example-sockets",
|
||||||
|
@ -75,6 +99,22 @@
|
||||||
"compare_log": ["mbed-os-example-devicekey/tests/devicekey.log"],
|
"compare_log": ["mbed-os-example-devicekey/tests/devicekey.log"],
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-cpu-stats",
|
||||||
|
"github":"https://github.com/ARMmbed/mbed-os-example-cpu-stats",
|
||||||
|
"sub-repo-example": false,
|
||||||
|
"subs": [],
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["K64F", "FVP_MPS2_M3"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"test" : true,
|
||||||
|
"baud_rate": 9600,
|
||||||
|
"compare_log": ["mbed-os-example-cpu-stats/tests/cpu-stats.log"],
|
||||||
|
"auto-update" : true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "mbed-os-example-mbed-crypto",
|
"name": "mbed-os-example-mbed-crypto",
|
||||||
"github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto",
|
"github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto",
|
||||||
|
@ -91,6 +131,22 @@
|
||||||
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
|
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-psa",
|
||||||
|
"github":"https://github.com/ARMmbed/mbed-os-example-psa",
|
||||||
|
"sub-repo-example": false,
|
||||||
|
"subs": [],
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["ARM_MUSCA_S1", "ARM_MUSCA_B1", "K64F"],
|
||||||
|
"toolchains" : ["GCC_ARM", "ARM"],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"test" : true,
|
||||||
|
"baud_rate": 115200,
|
||||||
|
"compare_log": ["mbed-os-example-psa/tests/psa.log"],
|
||||||
|
"auto-update" : true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "mbed-os-example-nfc",
|
"name": "mbed-os-example-nfc",
|
||||||
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
|
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
|
||||||
|
@ -114,20 +170,19 @@
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mbed-os-example-ble",
|
"name": "mbed-os-example-blockdevice",
|
||||||
"github":"https://github.com/ARMmbed/mbed-os-example-ble",
|
"github":"https://github.com/armmbed/mbed-os-example-blockdevice",
|
||||||
"sub-repo-example": true,
|
"sub-repo-example": false,
|
||||||
"subs": [
|
"subs": [],
|
||||||
"BLE_Advertising"
|
|
||||||
|
|
||||||
],
|
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["NRF52840_DK", "DISCO_L475VG_IOT01A"],
|
"targets" : ["K64F"],
|
||||||
"toolchains" : [],
|
"toolchains" : [],
|
||||||
"exporters": [],
|
"exporters": [],
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"test" : false,
|
"test" : true,
|
||||||
|
"baud_rate": 9600,
|
||||||
|
"compare_log": ["mbed-os-example-blockdevice/tests/blockdevice.log"],
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -145,6 +200,38 @@
|
||||||
"baud_rate": 9600,
|
"baud_rate": 9600,
|
||||||
"compare_log": ["mbed-os-example-kvstore/tests/kvstore.log"],
|
"compare_log": ["mbed-os-example-kvstore/tests/kvstore.log"],
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-crash-reporting",
|
||||||
|
"github":"https://github.com/ARMmbed/mbed-os-example-crash-reporting",
|
||||||
|
"sub-repo-example": false,
|
||||||
|
"subs": [],
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["K64F"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"test" : true,
|
||||||
|
"baud_rate": 9600,
|
||||||
|
"compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"],
|
||||||
|
"auto-update" : true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-attestation",
|
||||||
|
"github": "https://github.com/ARMmbed/mbed-os-example-attestation",
|
||||||
|
"sub-repo-example": false,
|
||||||
|
"subs": [],
|
||||||
|
"features" : [],
|
||||||
|
"targets" : [ "K66F", "NUCLEO_F429ZI"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"test" : true,
|
||||||
|
"baud_rate": 9600,
|
||||||
|
"compare_log": ["mbed-os-example-attestation/tests/attestation.log"],
|
||||||
|
"auto-update" : true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue