aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc288x.c
AgeCommit message (Expand)Author
2009-12-02move nor drivers to src/flash/norZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13lpc288x_flash_bank_t -> struct lpc288x_flash_bankZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch
2009-11-11remove more useless declarationsZachary T Welch
2009-11-09flash/lpc2???.c: remove useless declarationsZachary T Welch
2009-11-05Improve lpc288x.c command argument parsing.Zachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23- Replace 'do{' with 'do {'.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-07-18- fix incorrectly registered function openocd_array2memntfreak
2008-04-21- set lpc288x[ch] svn file propsntfreak
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe