kcod 1357
/
seoul-iot-hackathon-demo
test fork
Fork of seoul-iot-hackathon-demo by
configs/connected_demo_wifi.json@10:911c7a95308e, 2017-11-04 (annotated)
- Committer:
- kcod
- Date:
- Sat Nov 04 07:12:21 2017 +0000
- Revision:
- 10:911c7a95308e
- Parent:
- 0:6b7ffde9f287
test 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 | "UBLOX_EVK_ODIN_W2": { |
sarahmarshy |
0:6b7ffde9f287 | 16 | "update-client.application-details": "0x08020000", |
sarahmarshy |
0:6b7ffde9f287 | 17 | "update-client.bootloader-details": "0x0801D204" |
sarahmarshy |
0:6b7ffde9f287 | 18 | }, |
sarahmarshy |
0:6b7ffde9f287 | 19 | "NUCLEO_F401RE": { |
sarahmarshy |
0:6b7ffde9f287 | 20 | "wifi-tx": "PA_11", |
sarahmarshy |
0:6b7ffde9f287 | 21 | "wifi-rx": "PA_12" |
sarahmarshy |
0:6b7ffde9f287 | 22 | }, |
sarahmarshy |
0:6b7ffde9f287 | 23 | "NUCLEO_F411RE": { |
sarahmarshy |
0:6b7ffde9f287 | 24 | "wifi-tx": "PA_11", |
sarahmarshy |
0:6b7ffde9f287 | 25 | "wifi-rx": "PA_12" |
sarahmarshy |
0:6b7ffde9f287 | 26 | } |
sarahmarshy |
0:6b7ffde9f287 | 27 | }, |
sarahmarshy |
0:6b7ffde9f287 | 28 | "config": { |
sarahmarshy |
0:6b7ffde9f287 | 29 | "network-interface":{ |
sarahmarshy |
0:6b7ffde9f287 | 30 | "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN", |
sarahmarshy |
0:6b7ffde9f287 | 31 | "value": "WIFI_ODIN" |
sarahmarshy |
0:6b7ffde9f287 | 32 | }, |
sarahmarshy |
0:6b7ffde9f287 | 33 | "wifi-ssid": { |
sarahmarshy |
0:6b7ffde9f287 | 34 | "help": "WiFi SSID", |
sarahmarshy |
0:6b7ffde9f287 | 35 | "value": "\"SSID\"" |
sarahmarshy |
0:6b7ffde9f287 | 36 | }, |
sarahmarshy |
0:6b7ffde9f287 | 37 | "wifi-password": { |
sarahmarshy |
0:6b7ffde9f287 | 38 | "help": "WiFi Password", |
sarahmarshy |
0:6b7ffde9f287 | 39 | "value": "\"Password\"" |
sarahmarshy |
0:6b7ffde9f287 | 40 | }, |
sarahmarshy |
0:6b7ffde9f287 | 41 | "wifi-tx": { |
sarahmarshy |
0:6b7ffde9f287 | 42 | "help": "TX pin for serial connection to external device", |
sarahmarshy |
0:6b7ffde9f287 | 43 | "value": "D1" |
sarahmarshy |
0:6b7ffde9f287 | 44 | }, |
sarahmarshy |
0:6b7ffde9f287 | 45 | "wifi-rx": { |
sarahmarshy |
0:6b7ffde9f287 | 46 | "help": "RX pin for serial connection to external device", |
sarahmarshy |
0:6b7ffde9f287 | 47 | "value": "D0" |
sarahmarshy |
0:6b7ffde9f287 | 48 | }, |
sarahmarshy |
0:6b7ffde9f287 | 49 | "developer-mode": { |
sarahmarshy |
0:6b7ffde9f287 | 50 | "help": "Enable Developer mode to skip Factory enrollment", |
sarahmarshy |
0:6b7ffde9f287 | 51 | "value": 1 |
sarahmarshy |
0:6b7ffde9f287 | 52 | } |
sarahmarshy |
0:6b7ffde9f287 | 53 | } |
sarahmarshy |
0:6b7ffde9f287 | 54 | } |