We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432d901 commit 82de1c3Copy full SHA for 82de1c3
.gitignore
@@ -7,7 +7,8 @@
7
docs
8
*.md5
9
10
-build
+build/*
11
+!build/upload.sh
12
*.uf2
13
14
# Prerequisites
build/upload.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+sudo openocd -f interface/picoprobe.cfg -f target/rp2040.cfg -c "program examples/$1.elf verify reset exit"
0 commit comments