SAM3: Add missing architecture names for SAM3S and SAM3N
Change-Id: Ie2177487d4315219eb364db360cb7f88d2720783 Signed-off-by: Attila Kinali <attila@kinali.ch> Reviewed-on: http://openocd.zylin.com/494 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
00937cd049
commit
9e137265de
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue