This is an automated email from Gerrit.

Attila Kinali (att...@kinali.ch) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/494

-- gerrit

commit c6d01a50097860ea8c056d9bd1da719883b2c26e
Author: Attila Kinali <att...@kinali.ch>
Date:   Tue Feb 28 09:50:09 2012 +0100

    SAM3: Add missing architecture names for SAM3S and SAM3N
    
    Change-Id: Ie2177487d4315219eb364db360cb7f88d2720783
    Signed-off-by: Attila Kinali <att...@kinali.ch>

diff --git a/src/flash/nor/at91sam3.c b/src/flash/nor/at91sam3.c
index dbfda3d..fe40e90 100644
--- a/src/flash/nor/at91sam3.c
+++ b/src/flash/nor/at91sam3.c
@@ -1836,6 +1836,13 @@ static const struct archnames { unsigned value; const 
char *name; } archnames[]
        { 0x89,  "ATSAM3SxB Series (64-pin version)"            },
        { 0x8A,  "ATSAM3SxC Series (100-pin version)"           },
        { 0x92,  "AT91x92 Series"                                               
        },
+       { 0x93,  "ATSAM3NxA Series (48-pin version)"            },
+       { 0x94,  "ATSAM3NxB Series (64-pin version)"            },
+       { 0x95,  "ATSAM3NxC Series (100-pin version)"           },
+       { 0x98,  "ATSAM3SDxA Series (48-pin version)"           },
+       { 0x99,  "ATSAM3SDxB Series (64-pin version)"           },
+       { 0x9A,  "ATSAM3SDxC Series (100-pin version)"          },
+       { 0xA5,  "ATSAM5A"                                                      
        },
        { 0xF0,  "AT75Cxx Series"                                               
        },
        { -1, NULL },
 };

-- 

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to