- Fixes '!=' whitespace
[fw/openocd] / src / flash / lpc2000.c
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/