summaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2000.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sector layout for 504-KiB LPC2000 devicesRolf Meeser2010-12-041-4/+7
* FLASH/NOR: Remove useless file lpc2000.hAntonio Borneo2010-11-171-1/+45
* flash: remove algorithm exit_point address for supported targetsSpencer Oliver2010-07-201-1/+1
* lpc2000: -Wshadow warning fixesØyvind Harboe2010-06-151-3/+2
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* LPC1768 updates, IAR board supportDavid Brownell2010-03-021-1/+9
* ARMv7M: use software breakpoints for algorithmsSpencer Oliver2010-02-281-1/+1
* NOR: cleanup driver declsDavid Brownell2010-01-291-15/+13
* LPC2000: rename "r13_svc" as "sp_svc"David Brownell2009-12-121-1/+1
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-2/+5
* 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-1/+2
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+812