| Commit message (Expand) | Author | Age | Files | Lines |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -7/+7 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_algorithm_t -> struct armv4_5_algorithm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | remove unused aduc702x structure. | Zachary T Welch | 2009-11-13 | 1 | -11/+0 |
* | aduc702x_flash_bank_t -> struct aduc702x_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -6/+5 |
* | flash_driver_t -> struct flash_driver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_sector_t -> struct flash_sector | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash/<assorted>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -30/+12 |
* | Fix SEGFAULTs and broken error handling for flash programming w/working area | oharboe | 2009-07-08 | 1 | -15/+31 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -21/+21 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -9/+9 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -8/+1 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -1/+1 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -25/+25 |
* | Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org> | kc8apf | 2009-01-20 | 1 | -62/+298 |
* | - renamed x7926 driver to aduc702x to match other flash drivers | ntfreak | 2008-09-24 | 1 | -0/+209 |