This commit is contained in:
2021-01-09 22:01:21 +01:00
commit 4b3e3a3710
38 changed files with 3231 additions and 0 deletions

8
tools/upload.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
cat << EOF | nc localhost 4444
reset halt
flash write_image erase /home/wn/Workspaces/mbusgateway3variant/cube/build/cube.elf
reset run
exit
EOF