aboutsummaryrefslogtreecommitdiff
path: root/hexedit
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-01-22 15:01:38 -0600
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-01-22 15:01:38 -0600
commiteb87035e06aa45a8b1150ec86f698453d3092340 (patch)
tree818ba8ff7b584f65e0db303827044f2942fb7b9e /hexedit
parent261c210c9c4c1e55103a7af31dfcc539c0e0e5cc (diff)
Add octal and register name parsers
Diffstat (limited to 'hexedit')
-rw-r--r--hexedit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/hexedit/Makefile b/hexedit/Makefile
index 95f49ae..23941da 100644
--- a/hexedit/Makefile
+++ b/hexedit/Makefile
@@ -15,3 +15,7 @@ $(objects): %.o: %.s
clean:
rm echo.elf echo.uf2 *.o
+
+flash: echo.uf2
+ [ -h /dev/disk/by-label/RPI-RP2 ] || sleep 2s
+ cat echo.uf2 > /dev/disk/by-label/RPI-RP2