aboutsummaryrefslogtreecommitdiff
path: root/src/flash/aduc702x.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-11/+11
2009-11-13target_t -> struct targetZachary T Welch1-7/+7
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13remove unused aduc702x structure.Zachary T Welch1-11/+0
2009-11-13aduc702x_flash_bank_t -> struct aduc702x_flash_bankZachary T Welch1-6/+5
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-09flash/<assorted>.c: remove useless declarationsZachary T Welch1-30/+12
2009-07-08Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe1-15/+31
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-21/+21
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-21/+21
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-9/+9
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-8/+1
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-25/+25
2009-01-20Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org>kc8apf1-62/+298
2008-09-24- renamed x7926 driver to aduc702x to match other flash driversntfreak1-0/+209