]> git.sur5r.net Git - openocd/history - src/flash/nor/tcl.c
update files to correct FSF address
[openocd] / src / flash / nor / tcl.c
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-08-24 Spencer Olivertcl: fix potential memory leaks
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-23 Spencer Oliverflash: print bank usage on failure
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-08-09 Rodrigo L. Rosafix return error msj
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-23 Spencer Oliverflash: print flash bank name on flash info cmd
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-21 Øyvind Harboeflash: fix error handling
2010-06-15 Øyvind Harboeflash: -Wshadow warning fix
2010-06-14 Øyvind Harboeflash: fix bug in error propagation of flash write_image
2010-06-11 Øyvind Harboeflash: add error handling to get_flash_by_addr/name
2010-06-09 Øyvind Harboeflash: flash erase_address takes unsigned arguments
2010-05-26 Spencer Olivernor: add get_flash_bank_by_name autoprobe
2010-05-16 Jon PoveyChange kb/s to KiB/s in messages about kibibytes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-16 Antonio BorneoNOR/TCL: fix typo in error message
2010-05-13 Spencer Oliverflash: require unique flash bank name
2010-05-13 Spencer Oliverflash: add flash bank name support
2010-05-05 Øyvind Harboeflash: stop caching protection state
2010-05-05 Øyvind Harboeflash: erase_address now has an unlock option
2010-05-05 Øyvind Harboegdb: connect will now fail if flash autoprobe fails
2010-04-10 Antonio BorneoTCL: review scope of functions
2010-03-26 Antonio BorneoNOR TCL: fix usage message
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-14 David BrownellNOR: add optional "flash erase_address" sector padding
2010-01-11 David BrownellDoxygen file comments
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-26 David BrownellNOR: messaging fix
2009-12-18 David BrownellSubject: flash fill[bwh] should use bulk i/o
2009-12-16 David BrownellNOR: bugfix "flash fill[bwh] ..." helptext
2009-12-12 Zachary T Welchfix 'write_image' usage information
2009-12-07 Zachary T Welchadd 'flash list', rewrite 'flash banks'
2009-12-07 Zachary T Welchfix NOR flash regression
2009-12-05 Zachary T Welchmove more nor flash implementation details
2009-12-04 Zachary T Welchadd flash/nor/core.[ch]
2009-12-04 Zachary T Welchadd flash/nor/{tcl.c,imp.h} from flash/flash.c