-
-
Notifications
You must be signed in to change notification settings - Fork 205
/
mbed_app.json
30 lines (30 loc) · 935 Bytes
/
mbed_app.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
{
"target_overrides": {
"*": {
"target.printf_lib": "std",
"platform.stdio-buffered-serial": false,
"platform.stdio-baud-rate": 115200,
"platform.default-serial-baud-rate": 115200,
"platform.callback-nontrivial": true,
"platform.all-stats-enabled": true,
"platform.memory-tracing-enabled": true,
"rtos.main-thread-stack-size": 32768,
"cordio.max-connections": 5,
"cellular.debug-at": true,
"cellular.offload-dns-queries": true,
"cellular.at-handler-buffer-size": 512,
"mbed-trace.enable": true,
"target.mbed_app_start": "0x8040000",
"target.macros_add": [
"BT_UART_NO_3M_SUPPORT",
"USB_DYNAMIC_CONFIGURATION",
"METAL_INTERNAL",
"VIRTIO_DRIVER_ONLY",
"NO_ATOMIC_64_SUPPORT",
"METAL_MAX_DEVICE_REGIONS=2",
"RPMSG_BUFFER_SIZE=512",
"LSE_STARTUP_TIMEOUT=200"
]
}
}
}