summaryrefslogtreecommitdiff
path: root/src/flash/aduc702x.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-425/+0
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-11/+11
* target_t -> struct targetZachary T Welch2009-11-131-7/+7
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* remove unused aduc702x structure.Zachary T Welch2009-11-131-11/+0
* aduc702x_flash_bank_t -> struct aduc702x_flash_bankZachary T Welch2009-11-131-6/+5
* 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
* flash/<assorted>.c: remove useless declarationsZachary T Welch2009-11-091-30/+12
* Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe2009-07-081-15/+31
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-21/+21
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-21/+21
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-9/+9
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+1
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-25/+25
* Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org>kc8apf2009-01-201-62/+298
* - renamed x7926 driver to aduc702x to match other flash driversntfreak2008-09-241-0/+209