aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-31Add target_write_memory wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-7/+0
2009-04-30Print out warning when LPC calc_checksum will cause verification to fail.oharboe1-0/+9
2009-04-30no changeoharboe1-62/+63
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-25/+25
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-1/+5
2008-08-17fixed not halted error messagesoharboe1-0/+4
2008-06-03- str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak1-30/+26
2008-06-03Fredrik Hederstierna: fix leak + clean up return codesoharboe1-15/+32
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-17/+17
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-2/+10
2008-02-25dos2unix fix.oharboe1-682/+682
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe1-7/+1
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-699/+689
2008-02-14- fix programming issue with lpc2101/2ntfreak1-4/+12
2008-01-27- added autoprobe functionalitymifi1-1/+2
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-21/+12
2007-02-03- add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath1-1/+1
2007-01-31- merged several changes from XScaledrath1-0/+3
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath1-0/+7
2006-08-31- made lpc2000 code endianness safe (support big-endian hosts, target is alwa...drath1-11/+11
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+4
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+685