Merge branch 'main' into adapt-dev-release

This commit is contained in:
Robin Müller 2024-07-01 10:17:05 +02:00
commit d458926e29
2 changed files with 5 additions and 2 deletions

5
Embed.toml Normal file
View File

@ -0,0 +1,5 @@
[default.general]
chip = "VA416xx"
[default.rtt]
enabled = true

View File

@ -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