Skip to content

Commit

Permalink
Merge pull request 'remove reset in jlink.gdb script, add Embed.toml'…
Browse files Browse the repository at this point in the history
… (#14) from flashing-update into main

Reviewed-on: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/pulls/14
  • Loading branch information
robamu committed Jul 1, 2024
2 parents 7fc7716 + 118341c commit 8fa8137
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 8fa8137

Please sign in to comment.