summaryrefslogtreecommitdiff
path: root/src/flash/lpc288x.c
Commit message (Expand)AuthorAgeFilesLines
* - Replace 'do{' with 'do {'.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-16/+16
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-3/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-47/+47
* Add target_write_memory wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-10/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+2
* The following patches was applied:mifi2009-04-181-30/+27
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+1
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-1/+1
* fixed not halted error messagesoharboe2008-08-171-0/+2
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-422/+369
* - set lpc288x[ch] svn file propsntfreak2008-04-211-565/+565
* Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe2008-04-201-0/+565