target_t -> struct target
[fw/openocd] / src / flash / lpc2000.c
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 Welcharmv7m_algorithm_t -> struct armv7m_algorithm
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 Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchlpc2000_flash_bank_t -> struct lpc2000_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/lpc2???.c: remove useless declarations
2009-11-06 Zachary T WelchImprove lpc2000.c command argument parsing.
2009-08-13 ntfreakAudrius Urmanavičius [didele.deze@gmail.com]:
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
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-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-30 oharboePrint out warning when LPC calc_checksum will cause...
2009-04-30 oharboeno change
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-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-08-17 oharboefixed not halted error messages
2008-06-03 ntfreak- str9 driver remove the duplicate target_free_working_...
2008-06-03 oharboeFredrik Hederstierna: fix leak + clean up return codes
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- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-14 ntfreak- fix programming issue with lpc2101/2
2008-01-27 mifi- added autoprobe functionality
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-02-03 drath- add missing parentheses around macro parameters ...
2007-01-31 drath- merged several changes from XScale
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-08-31 drath- made lpc2000 code endianness safe (support big-endian...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/