aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
AgeCommit message (Expand)Author
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-04-30Print out warning when LPC calc_checksum will cause verification to fail.oharboe
2009-04-30no changeoharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe
2008-08-17fixed not halted error messagesoharboe
2008-06-03- str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak
2008-06-03Fredrik Hederstierna: fix leak + clean up return codesoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-02-14- fix programming issue with lpc2101/2ntfreak
2008-01-27- added autoprobe functionalitymifi
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-02-03- add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath
2007-01-31- merged several changes from XScaledrath
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath
2006-08-31- made lpc2000 code endianness safe (support big-endian hosts, target is alwa...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath