-
Notifications
You must be signed in to change notification settings - Fork 7
/
mbed_app_rtos.json
107 lines (107 loc) · 5.83 KB
/
mbed_app_rtos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"macros": [
"MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\"",
"MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\""
],
"target_overrides": {
"*": {
"target.macros_add" : ["DISABLE_ERROR_DESCRIPTION=1"],
"target.extra_labels_add" : ["BL_INTERNAL_FLASH"],
"platform.stdio-baud-rate" : 115200,
"platform.stdio-convert-newlines" : true,
"platform.stdio-buffered-serial" : false,
"platform.stdio-flush-at-exit" : true,
"platform.minimal-printf-enable-floating-point" : false,
"platform.minimal-printf-set-floating-point-max-decimals" : 2,
"platform.minimal-printf-enable-64-bit" : true,
"nanostack-hal.event-loop-use-mbed-events" : true,
"nanostack-hal.event-loop-dispatch-from-application" : false,
"nanostack-hal.critical-section-usable-from-interrupt" : true,
"events.shared-dispatch-from-application" : true,
"events.shared-eventsize" : 512,
"events.shared-stacksize" : 1024,
"events.shared-highprio-eventsize" : 384,
"mbed-trace.enable" : null,
"mbed-cloud-client.storage-type" : "KVSTORE",
"mbed-client.enable-float-value" : false,
"mbed-client.event-loop-size" : 512,
"fota.app-default-cb-no-print" : false,
"fota.num-components" : 2,
"storage.storage_type" : null,
"storage_tdb_internal.internal_base_address": null,
"storage_tdb_internal.internal_size" : null,
"nsapi.dns-cache-size" : 0,
"nsapi.default-cellular-apn" : "\"internet\"",
"nsapi.default-wifi-security" : "WPA_WPA2",
"nsapi.default-wifi-ssid" : "\"SSID\"",
"nsapi.default-wifi-password" : "\"Password\""
},
"DISCO_L475VG_IOT01A": {
"target.network-default-interface-type" : "WIFI",
"target.header_offset" : "0x8000",
"target.app_offset" : "0x8200",
"target.restrict_size" : "0x77E00",
"target.components_add" : ["WIFI_ISM43362"],
"target.components_remove" : ["QSPIF"],
"ism43362.read-thread-stack-size" : 2048,
"ism43362.provide-default" : true,
"mbed-client.sn-coap-max-blockwise-payload-size" : 512
},
"DISCO_L475VG_IOT01A_CELLULAR_ALTAIR": {
"target.network-default-interface-type" : "CELLULAR",
"target.header_offset" : "0x8000",
"target.app_offset" : "0x8200",
"target.restrict_size" : "0x77E00",
"target.macros_add" : ["MBED_CLOUD_CLIENT_TRANSPORT_MODE_UDP_QUEUE",
"MBED_CLOUD_CLIENT_LIFETIME=600"],
"target.components_add" : ["ALTAIR"],
"target.components_remove" : ["QSPIF"],
"mbed-client.reconnection-interval" : 10,
"mbed-client.sn-coap-duplication-max-msgs-count" : 10,
"mbed-client.sn-coap-max-blockwise-payload-size" : 512,
"ALT1250_PPP.provide-default" : "true",
"ALT1250_PPP.tx" : "PA_0",
"ALT1250_PPP.rx" : "PA_1",
"ALT1250_PPP.rst" : "PD_14",
"platform.default-serial-baud-rate" : 115200,
"lwip.ipv4-enabled" : true,
"lwip.ipv6-enabled" : false,
"lwip.ethernet-enabled" : false,
"lwip.ppp-enabled" : true,
"lwip.tcp-enabled" : false,
"cellular.debug-at" : false,
"cellular.radio-access-technology" : 3,
"cellular.use-sms" : 0,
"cellular.clear-on-connect" : true,
"cellular.use-apn-lookup" : false,
"nsapi.default-cellular-sim-pin" : null,
"nsapi.default-cellular-plmn" : null,
"nsapi.default-cellular-username" : null,
"nsapi.default-cellular-password" : null,
"ppp.thread-stacksize" : 1024
}
},
"config": {
"developer-mode": {
"help": "Enable Developer mode to skip Factory enrollment",
"value": 1
},
"button-resource": {
"help": "PinName for button.",
"value": "BUTTON1"
},
"button-unregister": {
"help": "PinName for button.",
"value": "NC"
},
"led-pinname": {
"help": "PinName for led, which is attached to led blink resource.",
"value": "NC"
},
"bootloader-size": {
"help" : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.",
"value" : "(32*1024)",
"macro_name": "MBED_BOOTLOADER_SIZE"
}
}
}