flash_bank_t -> struct flash_bank
[fw/openocd] / src / flash / tms470.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 Welchtms470_flash_bank_t -> struct tms470_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 Welchflash/<assorted>.c: remove useless declarations
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
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-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> trim logic in tms470.c
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-11-13 oharboekrzysztof.dziuba Gazeta.pl <krzysztof.dziuba@gazeta...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-08-17 oharboefixed not halted error messages
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-09 oharboeMichael Bruck: fix warning
2008-03-07 oharboeMichael Bruck: fixed warnings
2008-02-29 oharboeUwe Hermann:
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-26 ntfreak- code reformat (Thanks Pavel Chromy)
2008-02-11 ntfreak- telnet prompt behaves correctly for new synchronous...
2008-01-27 mifi- added autoprobe functionality
2008-01-17 ntfreak- add missing files from previous commit (tms470 flash...