Skip to content

Commit

Permalink
remove reset in jlink.gdb script, add Embed.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 30, 2024
1 parent 7fc7716 commit 118341c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Embed.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[default.general]
chip = "VA416xx"

[default.rtt]
enabled = true
2 changes: 0 additions & 2 deletions jlink/jlink.gdb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
target remote localhost:2331

monitor halt
# Reset is problematic on RevA, okay for RevB
monitor reset

# *try* to stop at the user entry point (it might be gone due to inlining)
break main
Expand Down

0 comments on commit 118341c

Please sign in to comment.