This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
strip gdb config options
git-svn-id: svn://svn.berlios.de/openocd/trunk@2779 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.3.0-rc0
oharboe
12 years ago
parent
642519649e
commit
54c16fc56e
2 changed files
with
0 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
tcl/board/mini2440.cfg
+0
-5
tcl/target/at91sam3uXX.cfg
+ 0
- 4
tcl/board/mini2440.cfg
View File
@@ -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
+ 0
- 5
tcl/target/at91sam3uXX.cfg
View File
@@ -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
Loading…
Cancel
Save