aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/avrf.c
diff options
context:
space:
mode:
authorOlivier Esver <olg.esver@gmail.com>2015-02-25 20:29:24 +0100
committerPaul Fertser <fercerpav@gmail.com>2015-03-09 06:25:52 +0000
commit17bcbdaef1e21a3526892ffc24a3c77f8645d6e5 (patch)
treeec39cef010293da81eadb3b0d5e630f5b56cdfa7 /src/flash/nor/avrf.c
parent5087a9554851cd7e1d33d13deb0f5d35b89369f6 (diff)
downloadriscv-openocd-17bcbdaef1e21a3526892ffc24a3c77f8645d6e5.zip
riscv-openocd-17bcbdaef1e21a3526892ffc24a3c77f8645d6e5.tar.gz
riscv-openocd-17bcbdaef1e21a3526892ffc24a3c77f8645d6e5.tar.bz2
atmega: add support for the at90usb128 flash
Add support for the at90usb128 flash (tested on the RZUSBstick) Change-Id: Ic042d7c403b20a5cc533da00c30ae6e2139bbd10 Signed-off-by: Olivier Esver <olg.esver@gmail.com> Reviewed-on: http://openocd.zylin.com/2557 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'src/flash/nor/avrf.c')
-rw-r--r--src/flash/nor/avrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c
index ecc0904..1984c9e 100644
--- a/src/flash/nor/avrf.c
+++ b/src/flash/nor/avrf.c
@@ -69,6 +69,7 @@ static const struct avrf_type avft_chips_info[] = {
*/
{"atmega128", 0x9702, 256, 512, 8, 512},
{"at90can128", 0x9781, 256, 512, 8, 512},
+ {"at90usb128", 0x9782, 256, 512, 8, 512},
{"atmega164p", 0x940a, 128, 128, 4, 128},
{"atmega324p", 0x9508, 128, 256, 4, 256},
{"atmega324pa", 0x9511, 128, 256, 4, 256},