Re: [Openocd-development] STM32L microcontroller support

2011-10-03 Thread Clément Burin des Roziers
Hello, I've fixed the parts with the problems you pointed. Please find the patch attached. Clément On 09/27/2011 10:25 PM, Øyvind Harboe wrote: 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

Re: [Openocd-development] STM32L microcontroller support

2011-09-27 Thread Clément Burin des Roziers
return retval; -- Clément Burin des Roziers HiKoB http://openlab.hikob.com >From eac64260b5727755cd77cbcef3feb5dc739ca252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Burin=20des=20Roziers?= Date: Fri, 16 Sep 2011 15:55:54 +0200 Subject: [PATCH] STM32L: Added flash driver and t

Re: [Openocd-development] STM32L microcontroller support

2011-09-21 Thread Clément Burin des Roziers
LOG_ERROR("failed to write RDP byte"); + return retval; + } + } 6. -- Clément Burin des Roziers HiKoB http://openlab.hikob.com >From d66aa49ee0d5834f330fefbb3988923b0d365d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Burin=20de

Re: [Openocd-development] STM32L microcontroller support

2011-09-19 Thread Clément Burin des Roziers
Commits (and patches) squashed together. Regards, Clément On 09/19/2011 04:49 PM, Øyvind Harboe wrote: Please merge the two patches into one: git rebase -i origin/master => squash your patches together read HACKING for further tips. -- Clément Burin des Roziers HiKoB h

[Openocd-development] STM32L microcontroller support

2011-09-13 Thread Clément Burin des Roziers
Hello all, I've written a new flash driver and TCL target to support the STM32L micro-controllers from ST. It's all available on github: http://github.com/hikob/openocd We've been using it for our internal developments for a few months, with the STM32L151RB microcontroller. Feel free to tr