aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13lpc2000_flash_bank_t -> struct lpc2000_flash_bankZachary T Welch1-7/+7
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-4/+4
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-09flash/lpc2???.c: remove useless declarationsZachary T Welch1-37/+28
2009-11-05Improve lpc2000.c command argument parsing.Zachary T Welch1-8/+5
2009-08-13Audrius Urmanavičius [didele.deze@gmail.com]:ntfreak1-78/+180
2009-06-23- Fixes '[|]' whitespacezwelch1-7/+7
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-21/+21
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-4/+4
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
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