Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
54c16fc5
Commit
54c16fc5
authored
Sep 30, 2009
by
oharboe
Browse files
strip gdb config options
git-svn-id:
svn://svn.berlios.de/openocd/trunk@2779
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
64251964
Changes
2
Hide whitespace changes
Inline
Side-by-side
tcl/board/mini2440.cfg
View file @
54c16fc5
...
...
@@ -123,11 +123,7 @@ reset_config trst_and_srst
# GDB Setup
#-------------------------------------------------------------------------
gdb_port 3333
gdb_detach resume
gdb_breakpoint_override hard
gdb_memory_map enable
gdb_flash_program enable
#------------------------------------------------
# ARM SPECIFIC
...
...
tcl/target/at91sam3uXX.cfg
View file @
54c16fc5
...
...
@@ -37,11 +37,6 @@ $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-s
reset_config srst_only
# GDB can use this
gdb_memory_map enable
# And GDB can flash the chip
gdb_flash_program enable
$_TARGETNAME configure -event gdb-flash-erase-start {
halt
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment