summaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixes '[|]' whitespacezwelch2009-06-231-7/+7
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-21/+21
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-4/+4
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-7/+0
* Print out warning when LPC calc_checksum will cause verification to fail.oharboe2009-04-301-0/+9
* no changeoharboe2009-04-301-62/+63
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-25/+25
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-1/+5
* fixed not halted error messagesoharboe2008-08-171-0/+4
* - str9 driver remove the duplicate target_free_working_area and reformat spac...ntfreak2008-06-031-30/+26
* Fredrik Hederstierna: fix leak + clean up return codesoharboe2008-06-031-15/+32
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-17/+17
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-2/+10
* dos2unix fix.oharboe2008-02-251-682/+682
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-7/+1
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-699/+689
* - fix programming issue with lpc2101/2ntfreak2008-02-141-4/+12
* - added autoprobe functionalitymifi2008-01-271-1/+2
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-21/+12
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-031-1/+1
* - merged several changes from XScaledrath2007-01-311-0/+3
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-0/+7
* - made lpc2000 code endianness safe (support big-endian hosts, target is alwa...drath2006-08-311-11/+11
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+4
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+685