remove reset in jlink.gdb script, add Embed.toml
Some checks are pending
Rust/va416xx-rs/pipeline/head Build queued...
Some checks are pending
Rust/va416xx-rs/pipeline/head Build queued...
This commit is contained in:
parent
7fc7716ba2
commit
118341cabe
5
Embed.toml
Normal file
5
Embed.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[default.general]
|
||||||
|
chip = "VA416xx"
|
||||||
|
|
||||||
|
[default.rtt]
|
||||||
|
enabled = true
|
@ -1,8 +1,6 @@
|
|||||||
target remote localhost:2331
|
target remote localhost:2331
|
||||||
|
|
||||||
monitor halt
|
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)
|
# *try* to stop at the user entry point (it might be gone due to inlining)
|
||||||
break main
|
break main
|
||||||
|
Loading…
Reference in New Issue
Block a user