We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae66a4c commit 76de8c3Copy full SHA for 76de8c3
variants/UNISENSE/conf/mbed_app.json
@@ -12,11 +12,17 @@
12
"platform.stdio-baud-rate": 115200,
13
"platform.default-serial-baud-rate": 115200,
14
"platform.callback-nontrivial": true,
15
- "rtos.main-thread-stack-size": 2048,
+ "rtos.main-thread-stack-size": 1024,
16
"rtos.thread-stack-size": 1024,
17
+ "rtos.idle-thread-stack-size": 512,
18
"target.mbed_app_start": "0x10000",
19
"target.components_add" : ["SPIF"],
- "cordio.max-connections": 5
20
+ "cordio.max-connections": 2,
21
+ "ble.ble-role-central": false,
22
+ "ble.ble-role-observer": false,
23
+ "ble.ble-security-database-max-entries": 3,
24
+ "ble.ble-gap-max-advertising-sets": 5,
25
+ "ble.ble-gap-host-privacy-resolved-cache-size": 8
26
}
27
28
0 commit comments