GPIO init #2

Merged
muellerr merged 6 commits from gpio-init into main 2024-06-12 11:46:12 +02:00
14 changed files with 1996 additions and 21 deletions
Showing only changes of commit 5179a79225 - Show all commits

View File

@@ -50,4 +50,4 @@
"runToMain": true, "runToMain": true,
}, },
] ]
} }

View File

@@ -32,7 +32,7 @@
"type": "shell", "type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo "command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [ "args": [
"build", "-p", "vorago-peb1", "--example", "blinky" "build", "-p", "vorago-hal", "--example", "blinky"
], ],
"group": { "group": {
"kind": "build", "kind": "build",
@@ -40,4 +40,4 @@
} }
}, },
] ]
} }