use COMMAND_HANDLER macro to define all commands
[fw/openocd] / src / flash / str7x.c
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchstr{7,9}x*.c: remove useless forward declarations
2009-11-06 Zachary T WelchImprove str7x config command argument parsing.
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-08-17 oharboefixed not halted error messages
2008-07-23 ntfreak- more fixes to high density stm32x flash driver
2008-06-04 ntfreak- luminary, stm32 and str7 flash driver error cleanup
2008-04-14 ntfreak- split str71x driver into banks
2008-04-02 oharboefix flash info - now reports erased state properly
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-01-27 mifi- added autoprobe functionality
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-03-28 drath- merged XScale branch back into trunk
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-09-12 drath- allow writes to second flash bank on STR71x devices...
2006-09-07 drath- free working area used to store flash write buffer
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/