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

Dependencies:   mbed-http

Committer:
ocomeni
Date:
Thu Mar 28 22:13:06 2019 +0000
Revision:
84:7c7add00f4bf
Parent:
77:0b505d1e15f4
Child:
88:7ffa053be662
internet configuration issues fixed.

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 84:7c7add00f4bf 20 } ,
ocomeni 84:7c7add00f4bf 21 "uart1_tx": {
ocomeni 84:7c7add00f4bf 22 "help": "UART1 TX pin",
ocomeni 84:7c7add00f4bf 23 "value": "NC"
ocomeni 84:7c7add00f4bf 24 },
ocomeni 84:7c7add00f4bf 25 "uart1_rx": {
ocomeni 84:7c7add00f4bf 26 "help": "UART1 RX pin",
ocomeni 84:7c7add00f4bf 27 "value": "NC"
ocomeni 84:7c7add00f4bf 28 }
ocomeni 73:6f5021cbe752 29 },
ocomeni 73:6f5021cbe752 30 "macros": [
ocomeni 73:6f5021cbe752 31 "MBEDTLS_MPI_MAX_SIZE=1024",
ocomeni 73:6f5021cbe752 32 "MBEDTLS_MPI_WINDOW_SIZE=1",
ocomeni 73:6f5021cbe752 33 "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
ocomeni 73:6f5021cbe752 34 "MBEDTLS_TEST_NULL_ENTROPY",
ocomeni 73:6f5021cbe752 35 "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
ocomeni 77:0b505d1e15f4 36 "MBED_HEAP_STATS_ENABLED=1",
ocomeni 77:0b505d1e15f4 37 "MBED_STACK_STATS_ENABLED=1",
ocomeni 84:7c7add00f4bf 38 "MBED_MEM_TRACING_ENABLED=1",
ocomeni 84:7c7add00f4bf 39 "DEBUG_ISR_STACK_USAGE=1"
ocomeni 73:6f5021cbe752 40 ],
mbed_official 2:864ddfb70a9c 41 "target_overrides": {
ocomeni 74:f26e846adfe9 42 "*": {
ocomeni 74:f26e846adfe9 43 "platform.stdio-baud-rate": 115200,
ocomeni 74:f26e846adfe9 44 "platform.stdio-convert-newlines": true,
ocomeni 74:f26e846adfe9 45 "mbed-trace.enable": 1,
ocomeni 74:f26e846adfe9 46 "mbed-http.http-buffer-size": 2048,
ocomeni 74:f26e846adfe9 47 "tls-socket.debug-level": 0,
ocomeni 74:f26e846adfe9 48 "nsapi.default-wifi-security": "WPA_WPA2",
ocomeni 74:f26e846adfe9 49 "nsapi.default-wifi-ssid": "\"VM9109107_5GEXT\"",
ocomeni 74:f26e846adfe9 50 "nsapi.default-wifi-password": "\"Bonga01shop02\""
ocomeni 75:08eff6258e1b 51 },
ocomeni 75:08eff6258e1b 52 "MTB_UBLOX_ODIN_W2": {
ocomeni 75:08eff6258e1b 53 "target.features_add": ["BLE"],
ocomeni 84:7c7add00f4bf 54 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
ocomeni 84:7c7add00f4bf 55 "uart1_tx": "D1",
ocomeni 84:7c7add00f4bf 56 "uart1_rx": "D0"
ocomeni 75:08eff6258e1b 57 }
ocomeni 73:6f5021cbe752 58 }
mbed_official 2:864ddfb70a9c 59 }