Skip to content

Commit

Permalink
Merge pull request #20252 from maribu/tools/openocd-rtt/debug
Browse files Browse the repository at this point in the history
tools/openocd-rtt: also open GDB port
  • Loading branch information
benpicco authored Jan 13, 2024
2 parents 57994da + 4fc7700 commit f7d018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/openocd/openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ do_term() {
-c 'bindto ${OPENOCD_SERVER_ADDRESS}' \
-c 'tcl_port 0' \
-c 'telnet_port 0' \
-c 'gdb_port 0' \
-c 'gdb_port 3333' \
-c init \
-c 'rtt setup '${RAM_START_ADDR}' '${RAM_LEN}' \"SEGGER RTT\"' \
-c 'rtt start' \
Expand Down

0 comments on commit f7d018c

Please sign in to comment.