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

Dependencies:   mbed-http

Committer:
ocomeni
Date:
Sun Mar 10 09:46:06 2019 +0000
Revision:
74:f26e846adfe9
Parent:
73:6f5021cbe752
Child:
75:08eff6258e1b
ATCmdManager now instaltiates ok

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 74:f26e846adfe9 12 "value": "\"VM9109107_5GEXT\""
ocomeni 73:6f5021cbe752 13 },
ocomeni 73:6f5021cbe752 14 "wifi-password": {
ocomeni 73:6f5021cbe752 15 "help": "WiFi Password",
ocomeni 73:6f5021cbe752 16 "value": "\"Bonga01shop02\""
ocomeni 74:f26e846adfe9 17 },
ocomeni 74:f26e846adfe9 18 "overrides": {
ocomeni 74:f26e846adfe9 19 "lse_available": false
ocomeni 74:f26e846adfe9 20 }
ocomeni 73:6f5021cbe752 21 },
ocomeni 73:6f5021cbe752 22 "macros": [
ocomeni 73:6f5021cbe752 23 "MBEDTLS_MPI_MAX_SIZE=1024",
ocomeni 73:6f5021cbe752 24 "MBEDTLS_MPI_WINDOW_SIZE=1",
ocomeni 73:6f5021cbe752 25 "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
ocomeni 73:6f5021cbe752 26 "MBEDTLS_TEST_NULL_ENTROPY",
ocomeni 73:6f5021cbe752 27 "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
ocomeni 73:6f5021cbe752 28 "MBED_HEAP_STATS_ENABLED=1"
ocomeni 73:6f5021cbe752 29 ],
mbed_official 2:864ddfb70a9c 30 "target_overrides": {
ocomeni 74:f26e846adfe9 31 "*": {
ocomeni 74:f26e846adfe9 32 "platform.stdio-baud-rate": 115200,
ocomeni 74:f26e846adfe9 33 "platform.stdio-convert-newlines": true,
ocomeni 74:f26e846adfe9 34 "mbed-trace.enable": 1,
ocomeni 74:f26e846adfe9 35 "mbed-http.http-buffer-size": 2048,
ocomeni 74:f26e846adfe9 36 "tls-socket.debug-level": 0,
ocomeni 74:f26e846adfe9 37 "nsapi.default-wifi-security": "WPA_WPA2",
ocomeni 74:f26e846adfe9 38 "nsapi.default-wifi-ssid": "\"VM9109107_5GEXT\"",
ocomeni 74:f26e846adfe9 39 "nsapi.default-wifi-password": "\"Bonga01shop02\""
ocomeni 74:f26e846adfe9 40 }
ocomeni 73:6f5021cbe752 41 }
mbed_official 2:864ddfb70a9c 42 }