- add verify_image command
- add support for gdb qCRC packet (compare-sections command) git-svn-id: svn://svn.berlios.de/openocd/trunk@210 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -74,7 +74,8 @@ target_type_t cortexm3_target =
|
||||
.read_memory = cortex_m3_read_memory,
|
||||
.write_memory = cortex_m3_write_memory,
|
||||
.bulk_write_memory = cortex_m3_bulk_write_memory,
|
||||
|
||||
.checksum_memory = armv7m_checksum_memory,
|
||||
|
||||
.run_algorithm = armv7m_run_algorithm,
|
||||
|
||||
.add_breakpoint = cortex_m3_add_breakpoint,
|
||||
|
||||
Reference in New Issue
Block a user