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 7d883cd commit bd740e3Copy full SHA for bd740e3
README.md
@@ -24,7 +24,7 @@ the [Squint] project.
24
- Native machine code generation for CM0 and CM33 by Jean M. Cyr.
25
- Console command recall and auto completion by Eric Olson.
26
27
-[What's new] in pshell
+[What's new] in pshell v2.1.5
28
29
About the compiler, briefly:
30
release-build
@@ -12,9 +12,9 @@ function build() {
12
else
13
CONS=uart
14
fi
15
- cp pshell.elf ../pico.pshell_$CONS.elf
16
- cp pshell.bin ../pico.pshell_$CONS.bin
17
- cp pshell.uf2 ../pico.pshell_$CONS.uf2
+ cp pshell.elf ../$2.pshell_$CONS.elf
+ cp pshell.bin ../$2.pshell_$CONS.bin
+ cp pshell.uf2 ../$2.pshell_$CONS.uf2
18
rm -rf *
19
}
20
0 commit comments