-
- Downloads
- renamed M5960 USB JTAG to "flyswatter"
- make ep93xx and at91rm9200 bitbang JTAG interfaces dependant on ARM host (thanks to Vincent Palatin) - various whitespace fixes - removed various warnings - add support for Debian GNU/kFreeBSD (thanks to Uwe Hermann) - fix OpenOCD compilation for various platforms (thanks to Uwe Hermann and Vincent Palatin) - switched order of JTAG chain examination and validation (examine first, then multiple validation tries even if examination failed) - added target_request subsystem to handle requests from the target (debug messages and tracepoints implemented, future enhancements might include semihosting, all ARM7/9 only for now) - added support for GDB vFlashXXX packets (thanks to Pavel Chromy) - added support for receiving data via ARM7/9 DCC - reworked flash writing. the 'flash write' command is now deprecated and replaced by 'flash write_binary' (old syntax and behaviour) and 'flash write_image' (write image files (bin, hex, elf, s19) to a target). - added support for AMD/ST/SST 29F400B non-cfi flashes git-svn-id: svn://svn.berlios.de/openocd/trunk@190 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Showing
- README 1 addition, 1 deletionREADME
- configure.in 16 additions, 7 deletionsconfigure.in
- doc/openocd.1 1 addition, 1 deletiondoc/openocd.1
- src/flash/at91sam7.c 13 additions, 19 deletionssrc/flash/at91sam7.c
- src/flash/at91sam7.h 0 additions, 1 deletionsrc/flash/at91sam7.h
- src/flash/cfi.c 33 additions, 43 deletionssrc/flash/cfi.c
- src/flash/cfi.h 0 additions, 1 deletionsrc/flash/cfi.h
- src/flash/flash.c 299 additions, 69 deletionssrc/flash/flash.c
- src/flash/flash.h 8 additions, 0 deletionssrc/flash/flash.h
- src/flash/lpc2000.c 12 additions, 21 deletionssrc/flash/lpc2000.c
- src/flash/lpc2000.h 0 additions, 1 deletionsrc/flash/lpc2000.h
- src/flash/non_cfi.c 77 additions, 9 deletionssrc/flash/non_cfi.c
- src/flash/stellaris.c 19 additions, 21 deletionssrc/flash/stellaris.c
- src/flash/stellaris.h 0 additions, 2 deletionssrc/flash/stellaris.h
- src/flash/stm32x.c 12 additions, 25 deletionssrc/flash/stm32x.c
- src/flash/stm32x.h 0 additions, 1 deletionsrc/flash/stm32x.h
- src/flash/str7x.c 18 additions, 29 deletionssrc/flash/str7x.c
- src/flash/str7x.h 0 additions, 1 deletionsrc/flash/str7x.h
- src/flash/str9x.c 13 additions, 24 deletionssrc/flash/str9x.c
- src/flash/str9x.h 0 additions, 1 deletionsrc/flash/str9x.h
Loading
Please register or sign in to comment