]> git.sur5r.net Git - openocd/commitdiff
atmega: add support for the at90usb128 flash
authorOlivier Esver <olg.esver@gmail.com>
Wed, 25 Feb 2015 19:29:24 +0000 (20:29 +0100)
committerPaul Fertser <fercerpav@gmail.com>
Mon, 9 Mar 2015 06:25:52 +0000 (06:25 +0000)
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>
src/flash/nor/avrf.c

index ecc09046ca3f488883805a62a7df6627f95ca611..1984c9ef1f3c425284430201cc3a5d071d6a8dfd 100644 (file)
@@ -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},