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.
Dependencies: BSP_B-L475E-IOT01
module.json@38:4bdc241ba9a6, 2017-07-26 (annotated)
- Committer:
- bcostm
- Date:
- Wed Jul 26 14:47:11 2017 +0200
- Revision:
- 38:4bdc241ba9a6
- Parent:
- 2:864ddfb70a9c
Add DISCO_L475VG_IOT01A in mbed_app.json
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 | } |