- reset_run now works as expected on cortex-m3

- str9xpec erase status checked on option byte programming
- stm32x flash driver now supports sector protection
- surplus exit removed from flash.c
- openocd.texi documentation added

git-svn-id: svn://svn.berlios.de/openocd/trunk@212 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2007-11-21 16:37:17 +00:00
parent 89d0e422c9
commit 8c634335b4
11 changed files with 2331 additions and 125 deletions

View File

@@ -1411,7 +1411,7 @@ int gdb_input(connection_t *connection)
/* terminate with zero */
packet[packet_size] = 0;
DEBUG("recevied packet: '%s'", packet);
DEBUG("received packet: '%s'", packet);
if (packet_size > 0)
{