summaryrefslogtreecommitdiff
path: root/src/flash/nor/ecos.c
Commit message (Expand)AuthorAgeFilesLines
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-051-2/+2
* ecos flash: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+0
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* NOR: cleanup driver declsDavid Brownell2010-01-291-11/+11
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-1/+1
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-1/+1
* remove target.h from flash.hZachary T Welch2009-12-041-2/+2
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-031-1/+1
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-031-1/+1
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+444