Skip to content

Commit 48d50e7

Browse files
authored
Merge pull request #2 from bare-metal-edu/Dropping-Connection
Lower speeds and add timeout in order to not drop connection
2 parents 3edb15d + ac52583 commit 48d50e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entrypoint.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ fi
3232
-f /tools/openocd-helpers.tcl \
3333
-f interface/cmsis-dap.cfg \
3434
-f target/rp2040.cfg \
35-
-c "adapter speed 5000"
35+
-c "adapter speed 1000" \
36+
-c "gdb_remotetimeout 5000" \
37+
-c "reset init" \
38+
-c "halt"
3639

3740

0 commit comments

Comments
 (0)