From: Nathael Pajani Date: Sat, 25 Aug 2012 20:46:08 +0000 (+0200) Subject: Adding LPC1764FBD100 chip support X-Git-Tag: v1.0~10 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=543c0d2d5284f164480ad555279564e720474bd8;p=soft%2Ftools%2Flpctools Adding LPC1764FBD100 chip support --- diff --git a/parts.c b/parts.c index 93d7941..ba7f649 100644 --- a/parts.c +++ b/parts.c @@ -15,10 +15,11 @@ #include "parts.h" struct part_desc parts[] = { - /* part info | flash | reset | ram */ - /* | nb | vector | buffer */ - /* part_id part name | base addr size sect | offset | base addr size off size */ - { 0x2540102B, "LPC1114FHN33/302", 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400 }, + /* part info | flash | reset | ram */ + /* | nb | vector | buffer */ + /* part_id part name | base addr size sect | offset | base addr size off size */ + { 0x2540102B, "LPC1114FHN33/302", 0x00000000, 0x8000, 8, 0x04, 0x10000000, 0x2000, 0x800, 0x400 }, + { 0x26011922, "LPC1764FBD100", 0x00000000, 0x80000, 17, 0x04, 0x10000000, 0x4000, 0x800, 0x800 }, {0, NULL, 0, 0, 0, 0, 0, 0, 0, 0}, };