diff options
| author | Brian Cully <bjc@kublai.com> | 2022-09-24 14:35:14 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2022-09-24 14:35:14 -0400 |
| commit | 6054e32b278d35cf89df990d9a23290d49e379f7 (patch) | |
| tree | 96f73c87427d2c0ad52ac5b3c1e251dbcdcfce51 /gdbinit.container | |
| download | Model100-6054e32b278d35cf89df990d9a23290d49e379f7.tar.gz Model100-6054e32b278d35cf89df990d9a23290d49e379f7.zip | |
initial firmware for model 100, based on my model 01 sketch.
Diffstat (limited to 'gdbinit.container')
| -rw-r--r-- | gdbinit.container | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdbinit.container b/gdbinit.container new file mode 100644 index 0000000..695822f --- /dev/null +++ b/gdbinit.container @@ -0,0 +1,11 @@ +define hook-quit + set confirm off +end + +# print demangled symbols by default +set print asm-demangle on + +# OpenOCD +set remote hardware-breakpoint-limit 4 +set remote hardware-watchpoint-limit 2 +target extended-remote psyduck:3333 |
