123

Dependencies:   MQTTSN

Committer:
m_ahsan
Date:
Tue Aug 06 05:32:43 2019 +0000
Revision:
15:8c473836feba
123

Who changed what in which revision?

UserRevisionLine numberNew contents of line
m_ahsan 15:8c473836feba 1 {
m_ahsan 15:8c473836feba 2 "macros": [
m_ahsan 15:8c473836feba 3 ],
m_ahsan 15:8c473836feba 4 "config": {
m_ahsan 15:8c473836feba 5 "main-stack-size": {
m_ahsan 15:8c473836feba 6 "value": 8192
m_ahsan 15:8c473836feba 7 },
m_ahsan 15:8c473836feba 8 "network-interface":{
m_ahsan 15:8c473836feba 9 "help": "options are ETHERNET,WIFI_IDW0XX1, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
m_ahsan 15:8c473836feba 10 "value": "WIFI_ESP8266"
m_ahsan 15:8c473836feba 11 },
m_ahsan 15:8c473836feba 12 "mesh_radio_type": {
m_ahsan 15:8c473836feba 13 "help": "options are ATMEL, MCR20",
m_ahsan 15:8c473836feba 14 "value": "ATMEL"
m_ahsan 15:8c473836feba 15 },
m_ahsan 15:8c473836feba 16 "esp8266-tx": {
m_ahsan 15:8c473836feba 17 "help": "Pin used as TX (connects to ESP8266 RX)",
m_ahsan 15:8c473836feba 18 "value": "D8"
m_ahsan 15:8c473836feba 19 },
m_ahsan 15:8c473836feba 20 "esp8266-rx": {
m_ahsan 15:8c473836feba 21 "help": "Pin used as RX (connects to ESP8266 TX)",
m_ahsan 15:8c473836feba 22 "value": "D2"
m_ahsan 15:8c473836feba 23 },
m_ahsan 15:8c473836feba 24 "wifi-ssid": {
m_ahsan 15:8c473836feba 25 "value": "\"KICS-IOT-DHCP\""
m_ahsan 15:8c473836feba 26 },
m_ahsan 15:8c473836feba 27 "wifi-password": {
m_ahsan 15:8c473836feba 28 "value": "\"AAAFFFBBBC\""
m_ahsan 15:8c473836feba 29 },
m_ahsan 15:8c473836feba 30 "esp8266-debug": {
m_ahsan 15:8c473836feba 31 "value": false
m_ahsan 15:8c473836feba 32 }
m_ahsan 15:8c473836feba 33 },
m_ahsan 15:8c473836feba 34 "target_overrides": {
m_ahsan 15:8c473836feba 35 "*": {
m_ahsan 15:8c473836feba 36 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
m_ahsan 15:8c473836feba 37 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
m_ahsan 15:8c473836feba 38 "mbed-mesh-api.6lowpan-nd-channel": 12,
m_ahsan 15:8c473836feba 39 "mbed-trace.enable": 0,
m_ahsan 15:8c473836feba 40 "platform.stdio-baud-rate": 9600,
m_ahsan 15:8c473836feba 41 "platform.stdio-convert-newlines": false
m_ahsan 15:8c473836feba 42 },
m_ahsan 15:8c473836feba 43 "HEXIWEAR": {
m_ahsan 15:8c473836feba 44 "esp8266-tx": "PTD3",
m_ahsan 15:8c473836feba 45 "esp8266-rx": "PTD2"
m_ahsan 15:8c473836feba 46 },
m_ahsan 15:8c473836feba 47 "NUCLEO_L476RG": {
m_ahsan 15:8c473836feba 48 "esp8266-tx": "D8",
m_ahsan 15:8c473836feba 49 "esp8266-rx": "D2"
m_ahsan 15:8c473836feba 50 },
m_ahsan 15:8c473836feba 51 "NUCLEO_F411RE": {
m_ahsan 15:8c473836feba 52 "esp8266-tx": "D8",
m_ahsan 15:8c473836feba 53 "esp8266-rx": "D2"
m_ahsan 15:8c473836feba 54 }
m_ahsan 15:8c473836feba 55 }
m_ahsan 15:8c473836feba 56 }