flash: NXP LPC11Uxx flash implementation
authorJared Boone <jboone@earfeast.com>
Mon, 3 Dec 2012 03:16:44 +0000 (19:16 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Feb 2014 21:13:20 +0000 (13:13 -0800)
commit9592bdd27318502d355c7003926809f8d861583c
tree50e9db8e827685ddb166a434463a5889527f43d2
parentbc1340cf0b9aa28c03d1b07c54b6e0bf4a483351
flash: NXP LPC11Uxx flash implementation

Extended the LPC17xx flash implementation in lpc2000.c to support LPC11Uxx devices.

Code is tested with ST-Link/V2 connected to NXP LPCXpresso LPC11U14
rev A board, bypassing (proprietary?) LPC-Link and using SWD directly
to target.

Added target configuration files for the ST-Link/V2 -> LPC11U14 scenario.

Change-Id: I5dc785cc6859a7f53a8275b7df2723d44c8ed15b
Signed-off-by: Jared Boone <jboone@earfeast.com>
Fixups to work with master:

Add in iap_max_stack value
Change transport to hla
Switch to IRC in 'reset init' path

Signed-off-by: Keith Packard <keithp@keithp.com>
src/flash/nor/lpc2000.c
tcl/target/lpc11u14.cfg [new file with mode: 0644]
tcl/target/lpc11uxx_stlink.cfg [new file with mode: 0644]