aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2000.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-04Fix sector layout for 504-KiB LPC2000 devicesRolf Meeser1-4/+7
2010-11-17FLASH/NOR: Remove useless file lpc2000.hAntonio Borneo1-1/+45
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver1-1/+1
2010-06-15lpc2000: -Wshadow warning fixesØyvind Harboe1-3/+2
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-03-02LPC1768 updates, IAR board supportDavid Brownell1-1/+9
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-1/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-15/+13
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell1-1/+1
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-2/+5
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-1/+1
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-1/+1
2009-12-04remove target.h from flash.hZachary T Welch1-1/+2
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+812