First Commit

This commit is contained in:
Emanuele Trabattoni
2024-06-22 10:44:55 +02:00
commit 1d123f3ff2
13 changed files with 1035 additions and 0 deletions

10
mbed_app.json Normal file
View File

@@ -0,0 +1,10 @@
{
"target_overrides": {
"*": {
"mbed-trace.enable": false,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"rtos.main-thread-stack-size": 8192,
"target.printf_lib": "std"
}
}
}