index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
nor
/
lpc2000.c
Age
Commit message (
Expand
)
Author
2013-02-02
armv7m: use ARM_MODE_THREAD core mode for algoorithm's
Spencer Oliver
2013-02-02
armv7m: use generic arm::core_mode
Spencer Oliver
2012-10-17
Fix serious bug in LPC2xxx/LPC17xx flash algorithm.
Freddie Chopin
2012-10-17
Cleanup lpc2000.c
Freddie Chopin
2012-08-24
flash: remove lpc2000 clang warnings
Spencer Oliver
2012-05-14
build: use generic name for arm_algorithm vars
Spencer Oliver
2012-02-06
build: cleanup src/flash/nor directory
Spencer Oliver
2012-01-12
cmd: add missing usage var
Spencer Oliver
2012-01-04
Change return value on error.
Mathias K
2011-10-14
flash: fix lpc2000 driver typo
Spencer Oliver
2010-12-04
Fix sector layout for 504-KiB LPC2000 devices
Rolf Meeser
2010-11-17
FLASH/NOR: Remove useless file lpc2000.h
Antonio Borneo
2010-07-20
flash: remove algorithm exit_point address for supported targets
Spencer Oliver
2010-06-15
lpc2000: -Wshadow warning fixes
Øyvind Harboe
2010-05-16
NOR: add read() callback to struct flash_driver
Antonio Borneo
2010-03-02
LPC1768 updates, IAR board support
David Brownell
2010-02-28
ARMv7M: use software breakpoints for algorithms
Spencer Oliver
2010-01-29
NOR: cleanup driver decls
David Brownell
2009-12-12
LPC2000: rename "r13_svc" as "sp_svc"
David Brownell
2009-12-07
ARM: move opcode macros to <target/arm_opcodes.h>
David Brownell
2009-12-04
ARM: rename armv4_5_algorithm as arm_algorithm
David Brownell
2009-12-04
ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
David Brownell
2009-12-04
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
2009-12-04
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
2009-12-04
remove target.h from flash.h
Zachary T Welch
2009-12-03
change #include "armv7m.h" to <target/armv7m.h>
Zachary T Welch
2009-12-03
change #include "algorithm.h" to <target/algorithm.h>
Zachary T Welch
2009-12-03
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-12-02
move nor drivers to src/flash/nor
Zachary T Welch