Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
module.json@70:efd6bb972dc4, 2018-10-22 (annotated)
- Committer:
- mbed_official
- Date:
- Mon Oct 22 12:30:50 2018 +0100
- Revision:
- 70:efd6bb972dc4
- Parent:
- 2:864ddfb70a9c
Merge pull request #187 from cmonr/master
Updating mbed-os to mbed-os-5.10.2
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 2:864ddfb70a9c | 1 | { |
| mbed_official | 2:864ddfb70a9c | 2 | "name": "ble-led", |
| mbed_official | 2:864ddfb70a9c | 3 | "version": "0.0.1", |
| mbed_official | 2:864ddfb70a9c | 4 | "description": "A simple service that demonstrates the use of a read-write characteristic to control a LED", |
| mbed_official | 2:864ddfb70a9c | 5 | "licenses": [ |
| mbed_official | 2:864ddfb70a9c | 6 | { |
| mbed_official | 2:864ddfb70a9c | 7 | "url": "https://spdx.org/licenses/Apache-2.0", |
| mbed_official | 2:864ddfb70a9c | 8 | "type": "Apache-2.0" |
| mbed_official | 2:864ddfb70a9c | 9 | } |
| mbed_official | 2:864ddfb70a9c | 10 | ], |
| mbed_official | 2:864ddfb70a9c | 11 | "dependencies": { |
| mbed_official | 2:864ddfb70a9c | 12 | "ble": "^2.0.0" |
| mbed_official | 2:864ddfb70a9c | 13 | }, |
| mbed_official | 2:864ddfb70a9c | 14 | "targetDependencies": {}, |
| mbed_official | 2:864ddfb70a9c | 15 | "bin": "./source" |
| mbed_official | 2:864ddfb70a9c | 16 | } |