This commit is contained in:
Berkus Decker 2019-03-03 22:10:00 +02:00
parent 39ae164aec
commit 703b9fb4db
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
# Generate gdb-connect script with given RTT block address, to avoid typing it in manually
# Hint from this answer https://superuser.com/a/747905/355774
[ $# -ge 1 ] && ADDR="$1" || ADDR=$(cat)
cat <<EOF > gdb-connect