Re: [Openocd-development] [PATCH] Dragonite support

2009-09-11 Thread Nicolas Pitre
On Fri, 11 Sep 2009, Øyvind Harboe wrote: > Added the missing line in target.c and committed. Thanks. Nicolas ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] [PATCH] Dragonite support

2009-09-11 Thread Nicolas Pitre
On Fri, 11 Sep 2009, Øyvind Harboe wrote: > Why doesn't target.c doesn't add dragonite_target to the target_types array? Oops. I did add the extern declaration, but forgot to add it back into the array as well when I cleaned up that patch. Nicolas __

Re: [Openocd-development] [PATCH] Dragonite support

2009-09-11 Thread Øyvind Harboe
Added the missing line in target.c and committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mail

Re: [Openocd-development] [PATCH] Dragonite support

2009-09-10 Thread Øyvind Harboe
Why doesn't target.c doesn't add dragonite_target to the target_types array? -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lis

[Openocd-development] [PATCH] Dragonite support

2009-09-10 Thread Nicolas Pitre
Dragonite is similar to the Feroceon core but has no MMU. This can be found in chips such as the Marvell 8686 wireless chip. Dragonite support. It is similar to the Feroceon core but has no MMU. --- src/target/arm966e.c |3 -- src/target/arm966e.h |2 + src/target/feroceon.c | 89