Hackathon Repo
Dependencies: C12832
configs/connected_demo_ethernet.json@0:6b7ffde9f287, 2017-09-28 (annotated)
- Committer:
- sarahmarshy
- Date:
- Thu Sep 28 13:35:07 2017 -0500
- Revision:
- 0:6b7ffde9f287
First commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sarahmarshy |
0:6b7ffde9f287 | 1 | { |
sarahmarshy |
0:6b7ffde9f287 | 2 | "macros": [ |
sarahmarshy |
0:6b7ffde9f287 | 3 | "APP_SHIELD_DEMO=0" |
sarahmarshy |
0:6b7ffde9f287 | 4 | ], |
sarahmarshy |
0:6b7ffde9f287 | 5 | "target_overrides": { |
sarahmarshy |
0:6b7ffde9f287 | 6 | "*": { |
sarahmarshy |
0:6b7ffde9f287 | 7 | "target.features_add": ["COMMON_PAL"], |
sarahmarshy |
0:6b7ffde9f287 | 8 | "platform.stdio-baud-rate": 115200, |
sarahmarshy |
0:6b7ffde9f287 | 9 | "platform.stdio-convert-newlines":true, |
sarahmarshy |
0:6b7ffde9f287 | 10 | "lwip.ipv4-enabled": true, |
sarahmarshy |
0:6b7ffde9f287 | 11 | "lwip.ipv6-enabled": false, |
sarahmarshy |
0:6b7ffde9f287 | 12 | "mbed-client.sn-coap-max-blockwise-payload-size": 512, |
sarahmarshy |
0:6b7ffde9f287 | 13 | "mbed-trace.enable": null |
sarahmarshy |
0:6b7ffde9f287 | 14 | }, |
sarahmarshy |
0:6b7ffde9f287 | 15 | "K64F": { |
sarahmarshy |
0:6b7ffde9f287 | 16 | "update-client.application-details": "0x00020000", |
sarahmarshy |
0:6b7ffde9f287 | 17 | "update-client.bootloader-details": "0x00019CA0" |
sarahmarshy |
0:6b7ffde9f287 | 18 | }, |
sarahmarshy |
0:6b7ffde9f287 | 19 | "NUCLEO_F429ZI": { |
sarahmarshy |
0:6b7ffde9f287 | 20 | "target.mbed_app_start": "0x08020400", |
sarahmarshy |
0:6b7ffde9f287 | 21 | "update-client.application-details": "0x08020000", |
sarahmarshy |
0:6b7ffde9f287 | 22 | "update-client.bootloader-details": "0x0801AA98" |
sarahmarshy |
0:6b7ffde9f287 | 23 | }, |
sarahmarshy |
0:6b7ffde9f287 | 24 | "UBLOX_EVK_ODIN_W2": { |
sarahmarshy |
0:6b7ffde9f287 | 25 | "target.device_has_remove": ["EMAC"], |
sarahmarshy |
0:6b7ffde9f287 | 26 | "update-client.application-details": "0x08020000", |
sarahmarshy |
0:6b7ffde9f287 | 27 | "update-client.bootloader-details": "0x0801D204" |
sarahmarshy |
0:6b7ffde9f287 | 28 | } |
sarahmarshy |
0:6b7ffde9f287 | 29 | }, |
sarahmarshy |
0:6b7ffde9f287 | 30 | "config": { |
sarahmarshy |
0:6b7ffde9f287 | 31 | "network-interface":{ |
sarahmarshy |
0:6b7ffde9f287 | 32 | "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN", |
sarahmarshy |
0:6b7ffde9f287 | 33 | "value": "ETHERNET" |
sarahmarshy |
0:6b7ffde9f287 | 34 | }, |
sarahmarshy |
0:6b7ffde9f287 | 35 | "developer-mode": { |
sarahmarshy |
0:6b7ffde9f287 | 36 | "help": "Enable Developer mode to skip Factory enrollment", |
sarahmarshy |
0:6b7ffde9f287 | 37 | "value": 1 |
sarahmarshy |
0:6b7ffde9f287 | 38 | } |
sarahmarshy |
0:6b7ffde9f287 | 39 | } |
sarahmarshy |
0:6b7ffde9f287 | 40 | } |