Merge pull request #13070 from ithinuel/add_aws_example_to_build_list

add mbed-os-example-aws to the example list
pull/13173/head
Martin Kojtal 2020-06-22 16:08:45 +02:00 committed by GitHub
commit 107d9bbf8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -470,6 +470,21 @@
"baud_rate": 9600,
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],
"auto-update" : true
},
{
"name": "mbed-os-example-aws",
"github": "https://github.com/ARMmbed/mbed-os-example-aws",
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : [],
"toolchains" : [],
"exporters": [],
"compile" : false,
"export": true,
"test" : false,
"baud_rate": 115200,
"auto-update" : true
}
]
}