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