Files
OPTA_CardController_mbed/mbed_app.json
2024-06-11 08:22:55 +02:00

25 lines
725 B
JSON

{
"target_overrides": {
"*": {
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"target.printf_lib": "minimal-printf",
"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": 16384,
"target.mbed_app_start": "0x8040000",
"qspif.enable-and-reset": true
}
}
}