flash_bank_t -> struct flash_bank
[fw/openocd] / src / flash / lpc288x.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 Welchlpc288x_flash_bank_t -> struct lpc288x_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-11 Zachary T Welchremove more useless declarations
2009-11-10 Zachary T Welchflash/lpc2???.c: remove useless declarations
2009-11-06 Zachary T WelchImprove lpc288x.c command argument parsing.
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelch- Replace 'do{' with 'do {'.
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 'u8' to 'uint8_t' in src/flash
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
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-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-04-21 ntfreak- set lpc288x[ch] svn file props
2008-04-20 oharboeKarl RobinSod <karl.robinsod@gmail.com> added lpc288x...