summaryrefslogtreecommitdiff
path: root/src/flash/lpc288x.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-485/+0
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-14/+14
* target_t -> struct targetZachary T Welch2009-11-131-8/+8
* lpc288x_flash_bank_t -> struct lpc288x_flash_bankZachary T Welch2009-11-131-6/+6
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* remove more useless declarationsZachary T Welch2009-11-111-11/+0
* flash/lpc2???.c: remove useless declarationsZachary T Welch2009-11-091-20/+15
* Improve lpc288x.c command argument parsing.Zachary T Welch2009-11-051-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-2/+2
* - 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