aboutsummaryrefslogtreecommitdiff
path: root/src/flash/aduc702x.c
AgeCommit message (Expand)Author
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13remove unused aduc702x structure.Zachary T Welch
2009-11-13aduc702x_flash_bank_t -> struct aduc702x_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-09flash/<assorted>.c: remove useless declarationsZachary T Welch
2009-07-08Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-31Add target_run_algorithm 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
2009-01-20Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org>kc8apf
2008-09-24- renamed x7926 driver to aduc702x to match other flash driversntfreak