add Relazione falsa e inizio file
This commit is contained in:
parent
2775cc2108
commit
3de21f2577
33 changed files with 5944 additions and 2868 deletions
23
.vscode/launch.json
vendored
Normal file
23
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
// Usare IntelliSense per informazioni sui possibili attributi.
|
||||
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
|
||||
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"type": "stlinkgdbtarget",
|
||||
"request": "launch",
|
||||
"name": "STM32Cube: STM32 Launch ST-Link GDB Server",
|
||||
"origin": "snippet",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"preBuild": "${command:st-stm32-ide-debug-launch.build}",
|
||||
"runEntry": "main",
|
||||
"imagesAndSymbols": [
|
||||
{
|
||||
"imageFileName": "${command:st-stm32-ide-debug-launch.get-projects-binary-from-context1}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue