flash_bank_t -> struct flash_bank
[fw/openocd] / src / flash / str9x.c
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchstr9x_flash_bank_t -> struct str9x_flash_bank
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
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 str9x config command argument parsing.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
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-23 zwelch- Replace 'if(' with 'if ('.
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-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
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-21 oharboeZach Welch <zw@superlucidity.net> fix str9x type-punned...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2008-08-26 oharboeooops... fixed commit gaffe in previous commit.
2008-08-26 oharboeadded 1000ms timeout
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-08-18 oharboemore error propagation
2008-08-18 oharboeadded error handling to avoid false error messages.
2008-08-17 oharboefixed not halted error messages
2008-07-23 ntfreak- more fixes to high density stm32x flash driver
2008-06-05 ntfreak- erase bank using bank erase rather than each sector
2008-06-03 ntfreak- str9 driver remove the duplicate target_free_working_...
2008-06-03 oharboeFredrik Hederstierna: fix leak + clean up return codes
2008-04-26 ntfreak- change str9 flash controller to read array after...
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-26 ntfreak- corrected str91x bank1 programming issues
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)