kcod 1357
/
seoul-iot-hackathon-demo
test fork
Fork of seoul-iot-hackathon-demo by
Diff: configs/firmware_update_ethernet.json
- Revision:
- 7:40691978e0ad
- Child:
- 8:a33c688b7139
diff -r 8e31aead85c3 -r 40691978e0ad configs/firmware_update_ethernet.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configs/firmware_update_ethernet.json Tue Oct 10 20:11:17 2017 +0000 @@ -0,0 +1,42 @@ +{ + "macros": [ + "APP_SHIELD_DEMO=0" + ], + "target_overrides": { + "*": { + "target.features_add": ["COMMON_PAL"], + "platform.stdio-baud-rate": 115200, + "platform.stdio-convert-newlines":true, + "lwip.ipv4-enabled": true, + "lwip.ipv6-enabled": false, + "mbed-client.sn-coap-max-blockwise-payload-size": 512, + "mbed-trace.enable": null + }, + "K64F": { + "target.mbed_app_start": "0x00020400", + "update-client.application-details": "0x00020000", + "update-client.bootloader-details": "0x00019CA0" + }, + "NUCLEO_F429ZI": { + "target.mbed_app_start": "0x08020400", + "update-client.application-details": "0x08020000", + "update-client.bootloader-details": "0x0801AA98" + }, + "UBLOX_EVK_ODIN_W2": { + "target.device_has_remove": ["EMAC"], + "target.mbed_app_start": "0x08020400", + "update-client.application-details": "0x08020000", + "update-client.bootloader-details": "0x0801D204" + } + }, + "config": { + "network-interface":{ + "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN", + "value": "ETHERNET" + }, + "developer-mode": { + "help": "Enable Developer mode to skip Factory enrollment", + "value": 1 + } + } +} \ No newline at end of file