This is an automated email from Gerrit.

olivier esver (olg.es...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2557

-- gerrit

commit fbe0d29ac234a7cd1af7f190efd8705ed8807b28
Author: Olivier Esver <olg.es...@gmail.com>
Date:   Wed Feb 25 20:29:24 2015 +0100

    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.es...@gmail.com>

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},

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to