aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc288x.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13lpc288x_flash_bank_t -> struct lpc288x_flash_bankZachary T Welch1-6/+6
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-11remove more useless declarationsZachary T Welch1-11/+0
2009-11-09flash/lpc2???.c: remove useless declarationsZachary T Welch1-20/+15
2009-11-05Improve lpc288x.c command argument parsing.Zachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-2/+2
2009-06-23- Replace 'do{' with 'do {'.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-16/+16
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-3/+3
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-47/+47
2009-05-31Add target_write_memory wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-10/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+2
2009-04-18The following patches was applied:mifi1-30/+27
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+1
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-1/+1
2008-08-17fixed not halted error messagesoharboe1-0/+2
2008-07-18- fix incorrectly registered function openocd_array2memntfreak1-422/+369
2008-04-21- set lpc288x[ch] svn file propsntfreak1-565/+565
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe1-0/+565