RTT works

This commit is contained in:
2022-12-04 11:17:16 +01:00
commit 96b64a071a
956 changed files with 739556 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"files.associations": {
"stdio.h": "c",
"uart_commands.h": "c",
"main.h": "c",
"stm32f3xx_hal.h": "c",
"stm32f3xx_hal_conf.h": "c",
"limits": "c"
}
}