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.
mbed_app.json@2:3bbd972d4c2b, 2017-07-12 (annotated)
- Committer:
- sarahmarshy
- Date:
- Wed Jul 12 20:12:07 2017 +0000
- Revision:
- 2:3bbd972d4c2b
- Child:
- 3:82f96b1c109a
Add mbed_app.json
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sarahmarshy | 2:3bbd972d4c2b | 1 | { |
sarahmarshy | 2:3bbd972d4c2b | 2 | "config": { |
sarahmarshy | 2:3bbd972d4c2b | 3 | "wifi-ssid": { |
sarahmarshy | 2:3bbd972d4c2b | 4 | "help": "WiFi SSID", |
sarahmarshy | 2:3bbd972d4c2b | 5 | "value": "\"SSID\"" |
sarahmarshy | 2:3bbd972d4c2b | 6 | }, |
sarahmarshy | 2:3bbd972d4c2b | 7 | "wifi-password": { |
sarahmarshy | 2:3bbd972d4c2b | 8 | "help": "WiFi Password", |
sarahmarshy | 2:3bbd972d4c2b | 9 | "value": "\"PASSWORD\"" |
sarahmarshy | 2:3bbd972d4c2b | 10 | }, |
sarahmarshy | 2:3bbd972d4c2b | 11 | "wifi-tx": { |
sarahmarshy | 2:3bbd972d4c2b | 12 | "help": "TX pin for serial connection to external device", |
sarahmarshy | 2:3bbd972d4c2b | 13 | "value": "D1" |
sarahmarshy | 2:3bbd972d4c2b | 14 | }, |
sarahmarshy | 2:3bbd972d4c2b | 15 | "wifi-rx": { |
sarahmarshy | 2:3bbd972d4c2b | 16 | "help": "RX pin for serial connection to external device", |
sarahmarshy | 2:3bbd972d4c2b | 17 | "value": "D0" |
sarahmarshy | 2:3bbd972d4c2b | 18 | } |
sarahmarshy | 2:3bbd972d4c2b | 19 | }, |
sarahmarshy | 2:3bbd972d4c2b | 20 | "target_overrides": { |
sarahmarshy | 2:3bbd972d4c2b | 21 | "UBLOX_EVK_ODIN_W2": { |
sarahmarshy | 2:3bbd972d4c2b | 22 | "target.device_has": ["EMAC"] |
sarahmarshy | 2:3bbd972d4c2b | 23 | }, |
sarahmarshy | 2:3bbd972d4c2b | 24 | "NUCLEO_L476RG": { |
sarahmarshy | 2:3bbd972d4c2b | 25 | "wifi-tx": "D8", |
sarahmarshy | 2:3bbd972d4c2b | 26 | "wifi-rx": "D2" |
sarahmarshy | 2:3bbd972d4c2b | 27 | } |
sarahmarshy | 2:3bbd972d4c2b | 28 | } |
sarahmarshy | 2:3bbd972d4c2b | 29 | } |