7
7
],
8
8
"target_overrides" : {
9
9
"*" : {
10
- "target.printf_lib" : " small " ,
10
+ "target.printf_lib" : " minimal-printf " ,
11
11
"platform.stdio-buffered-serial" : true ,
12
12
"platform.stdio-baud-rate" : 115200 ,
13
13
"platform.default-serial-baud-rate" : 115200 ,
14
14
"platform.callback-nontrivial" : true ,
15
- "rtos.main-thread-stack-size" : 1024 ,
15
+ "rtos.main-thread-stack-size" : 3072 ,
16
16
"rtos.thread-stack-size" : 1024 ,
17
17
"rtos.idle-thread-stack-size" : 512 ,
18
18
"target.mbed_app_start" : " 0x10000" ,
19
19
"target.components_add" : [" SPIF" ],
20
- "cordio.max-connections" : 2 ,
20
+ "cordio.max-connections" : 1 ,
21
21
"ble.ble-role-central" : false ,
22
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
23
+ "ble.ble-gap-max-advertising-sets" : 1 ,
24
+ "ble.ble-gap-host-privacy-resolved-cache-size" : 1 ,
25
+ "ble.ble-feature-gatt-client" : false ,
26
+ "ble.ble-feature-security" : false ,
27
+ "ble.ble-feature-secure-connections" : false ,
28
+ "ble.ble-feature-signing" : false ,
29
+ "ble.ble-feature-whitelist" : false ,
30
+ "ble.ble-feature-privacy" : false ,
31
+ "ble.ble-feature-extended-advertising" : false ,
32
+ "ble.ble-feature-periodic-advertising" : false ,
33
+ "ble.ble-security-database-filesystem" : false ,
34
+ "ble.ble-security-database-kvstore" : false ,
35
+ "ble.ble-gap-host-based-private-address-resolution" : false ,
36
+ "ble.ble-gap-max-advertising-reports-pending-address-resolution" : false
26
37
}
27
38
}
28
39
}
0 commit comments