PIC32: add flash algorithm support
commit257a764582f52235414b5c35717b0ee2b49d4b0d
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 8 Mar 2010 22:54:18 +0000 (8 22:54 +0000)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Wed, 10 Mar 2010 21:03:22 +0000 (10 21:03 +0000)
treea27fc813a19942d0bee8c58fe170a9f838ea2294
parentf10ed95a5ce6be416bcb2ec20826c6e508e4b622
PIC32: add flash algorithm support

Add flash algorithm support for the PIC32MX.
Still a few things todo but this dramatically decreases
the programing time, eg. approx programming for 2.5k test file.
 - without fastload: 60secs
 - with fastload: 45secs
 - with fastload and algorithm: 2secs.

Add new devices to supported list.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
src/flash/nor/pic32mx.c
src/flash/nor/pic32mx.h
src/target/mips32_pracc.c
src/target/mips_ejtag.h
src/target/mips_m4k.c
tcl/target/pic32mx.cfg