forked from edgeimpulse/firmware-st-b-l475e-iot01a
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mbed_app.json
24 lines (24 loc) · 820 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
{
"target_overrides": {
"*": {
"platform.stdio-baud-rate" : 115200,
"platform.stdio-convert-newlines": true,
"rtos.main-thread-stack-size": "(4*1024)",
"mbed-http.http-buffer-size": "(1*1024)"
},
"DISCO_L475VG_IOT01A": {
"target.components_add": [ "QSPIF", "WIFI_ISM43362" ],
"target.network-default-interface-type": "WIFI",
"ism43362.read-thread-stack-size": 2048,
"ism43362.read-thread-stack-statically-allocated": true,
"qspif.QSPI_FREQ": "40000000"
}
},
"macros": [
"MBED_HEAP_STATS_ENABLED=1",
"EI_SENSOR_AQ_STREAM=FILE",
"EI_SENSOR_AQ_BLOCKDEVICE=BlockDevice",
"EI_CLASSIFIER_HAS_SAMPLER=1",
"ARM_MATH_LOOPUNROLL"
]
}