this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Committer:
ocomeni
Date:
Thu Feb 28 18:13:48 2019 +0000
Revision:
73:6f5021cbe752
Parent:
68:462ee502bc56
Child:
74:f26e846adfe9
commit current application code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:864ddfb70a9c 1 {
ocomeni 73:6f5021cbe752 2 "config": {
ocomeni 73:6f5021cbe752 3 "main-stack-size": {
ocomeni 73:6f5021cbe752 4 "value": 8192
ocomeni 73:6f5021cbe752 5 },
ocomeni 73:6f5021cbe752 6 "network-interface":{
ocomeni 73:6f5021cbe752 7 "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_IDW01M1, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD",
ocomeni 73:6f5021cbe752 8 "value": "WIFI_ODIN"
ocomeni 73:6f5021cbe752 9 },
ocomeni 73:6f5021cbe752 10 "wifi-ssid": {
ocomeni 73:6f5021cbe752 11 "help": "WiFi SSID",
ocomeni 73:6f5021cbe752 12 "value": "\"VM9109107\""
ocomeni 73:6f5021cbe752 13 },
ocomeni 73:6f5021cbe752 14 "wifi-password": {
ocomeni 73:6f5021cbe752 15 "help": "WiFi Password",
ocomeni 73:6f5021cbe752 16 "value": "\"Bonga01shop02\""
ocomeni 73:6f5021cbe752 17 }
ocomeni 73:6f5021cbe752 18 },
ocomeni 73:6f5021cbe752 19 "macros": [
ocomeni 73:6f5021cbe752 20 "MBEDTLS_MPI_MAX_SIZE=1024",
ocomeni 73:6f5021cbe752 21 "MBEDTLS_MPI_WINDOW_SIZE=1",
ocomeni 73:6f5021cbe752 22 "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
ocomeni 73:6f5021cbe752 23 "MBEDTLS_TEST_NULL_ENTROPY",
ocomeni 73:6f5021cbe752 24 "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
ocomeni 73:6f5021cbe752 25 "MBED_HEAP_STATS_ENABLED=1"
ocomeni 73:6f5021cbe752 26 ],
mbed_official 2:864ddfb70a9c 27 "target_overrides": {
mbed_official 2:864ddfb70a9c 28 "K64F": {
mbed_official 2:864ddfb70a9c 29 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 30 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:864ddfb70a9c 31 },
mbed_official 2:864ddfb70a9c 32 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 33 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 34 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 38:f36c230b1b28 35 },
mbed_official 38:f36c230b1b28 36 "DISCO_L475VG_IOT01A": {
mbed_official 38:f36c230b1b28 37 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 38 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:864ddfb70a9c 39 }
ocomeni 73:6f5021cbe752 40 }
mbed_official 2:864ddfb70a9c 41 }