- fixed a minor problem with the GDB server that could drop the first packet (non...
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 6 Aug 2006 11:20:42 +0000 (11:20 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 6 Aug 2006 11:20:42 +0000 (11:20 +0000)
commitfbf5bec7f3ea9f4a9584099a12e71681cb55ce35
tree576fd656bbf5ba38fc42fbc99109a5082eed6887
parent7d244761461701e1161df32c2f1d4cd50ae2bb26
- fixed a minor problem with the GDB server that could drop the first packet (non-fatal)
- fixed some small memory leaks (thanks to Spencer Oliver)
- verify chip- and buswidth of cfi flash configurations
- added support for ARM966E based systems (tested only with ST micro STR9, thanks to Spencer Oliver)

git-svn-id: svn://svn.berlios.de/openocd/trunk@81 b42882b7-edfa-0310-969c-e2dbd0fdcd60
13 files changed:
src/flash/cfi.c
src/server/gdb_server.c
src/target/Makefile.am
src/target/arm720t.c
src/target/arm7_9_common.c
src/target/arm7tdmi.c
src/target/arm920t.c
src/target/arm966e.c [new file with mode: 0644]
src/target/arm966e.h [new file with mode: 0644]
src/target/arm9tdmi.c
src/target/armv4_5.c
src/target/embeddedice.h
src/target/target.c