Files
OPTA_CardController_mbed/mbed_app.json
Martijn Scheepers cbce546cc1 cleam up
2025-07-22 14:21:47 +02:00

33 lines
1011 B
JSON

{
"target_overrides": {
"*": {
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"target.printf_lib": "minimal-printf",
"target.mbed_rom_start": "0x8040000",
"target.mbed_rom_size": "0x1BFFFE",
"target.mbed_ram_start": "0x24000000",
"target.mbed_ram_size": "0x80000",
"platform.stdio-minimal-console-only": false,
"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,
"platform.error-filename-capture-enabled": true,
"rtos.main-thread-stack-size": 16384,
"nsapi.socket-stats-enabled": false,
"lwip.debug-enabled": true
}
}
}