Re: [Openocd-development] STM32L microcontroller support

2011-09-27 Thread Øyvind Harboe
2011/9/27 Clément Burin des Roziers : > Hello Øyvind, > I've prepared a new patch, fixing the memory issues. Some more comments. I was ready to commit, but got warnings... 1. Warning: cc1: warnings being treated as errors stm32lx.c: In function ‘stm32lx_write_half_pages’: stm32lx.c:286: error: fo

Re: [Openocd-development] STM32L microcontroller support

2011-09-27 Thread Clément Burin des Roziers
Hello Øyvind, I've prepared a new patch, fixing the memory issues. Regards, Clément On 09/21/2011 01:24 PM, Øyvind Harboe wrote: It is looking much better. Some more comments: 1. I'd remove comments such as the below though. + // Create the bank structure + stm32lx_info = malloc

Re: [Openocd-development] Fwd: ft2232_transfer why bit-by-bit?

2011-09-27 Thread Peter Stuge
Hi Sven, Sven Krauss wrote: > A while ago I sent a patch solving this problem. Have a look at the > mailing from Sep, 1. I didn't have email at the time so I didn't see this before. Thanks for the hint! > https://lists.berlios.de/pipermail/openocd-development/2011-September/020865.html Can you

Re: [Openocd-development] Fwd: ft2232_transfer why bit-by-bit?

2011-09-27 Thread Sven Krauss
Hello, Am 27.09.2011 00:50, schrieb Tomek CEDRO: > On Mon, Sep 26, 2011 at 10:41 PM, Peter Stuge wrote: >>> Does Versaloon fully support ARM target, memory access and debug >>> already? >> I haven't tried it yet, but I believe so. Simon has patches. I think >> this may be the most up to date sour

Re: [Openocd-development] software breakpoint with multicore systems

2011-09-27 Thread Michel JAOUEN
Hello, When I implemented the smp, I focused on hardware breakpoints. And later on , I noticed that the behavior was incorrect for software breakpoints (as you mentioned) For software breakpoints, I was planning to : * Create in target an addionnal field swbrk_target , * This fi