Files
OPTA_CardController_mbed/mbed_app.json
Martijn Scheepers 93a35bef90 add configstore
2024-05-27 10:21:50 +02:00

28 lines
757 B
JSON

{
"target_overrides": {
"*": {
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"target.printf_lib": "std",
"platform.stdio-buffered-serial": true,
"platform.stdio-baud-rate": 115200,
"platform.default-serial-baud-rate": 115200,
"drivers.uart-serial-rxbuf-size": 256,
"drivers.uart-serial-txbuf-size": 256,
"platform.callback-nontrivial": false,
"platform.all-stats-enabled": true,
"platform.memory-tracing-enabled": true,
"rtos.main-thread-stack-size": 32768,
"target.mbed_app_start": "0x8040000",
"qspif.enable-and-reset": true,
"target.macros_add": [
]
}
}
}