Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build trouble

2020-09-17 Thread kristof . mulier
an: "kristof mulier" Cc: "openocd-devel" Verzonden: Donderdag 17 september 2020 08:35:54 Onderwerp: Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build trouble Hi Kristof, no; the RISC-V OpenOCD fork resides here: [ https://github.com/ris

Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build trouble

2020-09-16 Thread Jan Matyáš
> *Van: *"Jan Matyáš" > *Aan: *"kristof mulier" > *Cc: *"openocd-devel" > *Verzonden: *Woensdag 16 september 2020 15:49:23 > *Onderwerp: *Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from > GigaDevice causes build trouble > > Dear Kri

Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build trouble

2020-09-16 Thread kristof . mulier
. That would be awesome ^_^ Kind regards, Kristof Mulier Van: "Jan Matyáš" Aan: "kristof mulier" Cc: "openocd-devel" Verzonden: Woensdag 16 september 2020 15:49:23 Onderwerp: Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build tr

Re: [OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build trouble

2020-09-16 Thread Jan Matyáš
Dear Kristof, I only had a moment to look at the Jenkins build result: http://build.openocd.org/job/openocd-gerrit-build/TARGET=mingw64/lastFailedBuild/console Based on the log, it appears that the build failed due to code style issues (as checked by the checkpatch.pl script). You may wish to poi

[OpenOCD-devel] Patch for RISC-V microcontrollers from GigaDevice causes build trouble

2020-09-16 Thread kristof . mulier
Dear Developers, I applied the patch from GigaDevice (see my earlier mail) on the OpenOCD source code. Then I pushed to gerrit. Unfortunately, Jenkins replied that the build failed: [ http://openocd.zylin.com/#/c/5835/ | http://openocd.zylin.com/#/c/5835/ ] I have no idea how to fix this, as

Re: [OpenOCD-devel] Patch for RISC-V microcontrollers

2020-09-15 Thread Antonio Borneo
On Tue, Sep 15, 2020 at 10:39 AM wrote: > > Dear developers, > I was in contact with Mr. Leo Tzagkarakis from GigaDevice. He sent me a > patch file to be applied on OpenOCD such that it can work with the GigaDevice > RISC-V based microcontrollers. > > I've put the file on our server, so you can do

[OpenOCD-devel] Patch for RISC-V microcontrollers

2020-09-15 Thread kristof . mulier
Dear developers, I was in contact with Mr. Leo Tzagkarakis from GigaDevice. He sent me a patch file to be applied on OpenOCD such that it can work with the GigaDevice RISC-V based microcontrollers. I've put the file on our server, so you can download it: [ https://new.embeetle.com/downloads/o

Re: [OpenOCD-devel] Patch for src/jtag/drivers/ft2232.c

2013-06-02 Thread Andreas Fritiofson
Hi! All patches have to be submitted to the Gerrit review system since a few years back and we no longer accept patches via the list. Please read the Patch section of the Developer's Guide for instructions: http://openocd.sourceforge.net/doc/doxygen/html/patchguide.html . Also, the ft2232 driver

[OpenOCD-devel] Patch for src/jtag/drivers/ft2232.c

2013-05-30 Thread David Relson
G'day, Below is a patch for src/jtag/drivers/ft2232.c. In openocd-0.7.0, the VendorID and Product are displayed in decimal. I'm accustomed to seeing them in form 0xABCD:0xABCD. The patch separates the two IDs and prints them in hex. --- src/jtag/drivers/ft2232.c.orig 2013-04-28 03:42:17.0

[OpenOCD-devel] patch for

2013-05-30 Thread David Relson
G'day, Below is a patch for src/jtag/drivers/ft2232.c. In openocd-0.7.0, the VendorID and Product are displayed in decimal. I'm accustomed to seeing them in form 0xABCD:0xABCD. The patch separates the two IDs and prints them in hex. --- src/jtag/drivers/ft2232.c.orig 2013-04-28 03:42:17.0

[OpenOCD-devel] Patch for cortex-a8 thumb2 breakpoints

2012-10-25 Thread Jorge Ventura
Andreas, This is the patch I concluded this week to have support for gdb single step in thumb2. In the past the kind of breakpoint defined for gdb match with the size of breakpoint, however with the new kind defined in the protocol, thumb 32 bits breakpoint we can not consider the kind as the same

Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Øyvind Harboe
Please submit it to Gerrit for review. Instructions are in the HACKING file. Thanks! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ -- Write once. Port to

Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Bruno Fleurette
Hi Øyvind, Here you are the patch. Bruno -Original Message- From: Øyvind Harboe [mailto:[email protected]] Sent: mardi 10 janvier 2012 10:36 To: Bruno Fleurette Cc: [email protected] Subject: Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver Hi, please

Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Mathias K.
rette > Cc: [email protected] > Subject: Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver > > Hello, > > you should rebase your tree to get the latest changes. > > http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=commit > ;h=c132

Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Bruno Fleurette
ssage- From: Mathias K. [mailto:[email protected]] Sent: mardi 10 janvier 2012 11:27 To: Bruno Fleurette Cc: [email protected] Subject: Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver Hello, you should rebase your tree to get the latest changes.

Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Mathias K.
Hello, you should rebase your tree to get the latest changes. http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=commit;h=c132304ee9fe43c3078caaf64ae0ee2f3a9542fe Regards, Mathias On 10.01.2012 10:12, Bruno Fleurette wrote: > (plain text version) > Hi, > > I was sometimes

Re: [OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Øyvind Harboe
Hi, please submit this patch to Gerrit for review. Read the HACKING document for details on how to do this. Thanks! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ -

[OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-10 Thread Bruno Fleurette
(plain text version) Hi, I was sometimes faced to the following errors when I was trying to erase or write a fw to the my STM32 flash: Error: JTAG-DP STICKY ERROR Error: MEM_AP_CSW 0x2352, MEM_AP_TAR 0x40023c08 Error: JTAG-DP STICKY ERROR Error: MEM_AP_CSW 0x2352, MEM_AP_TAR 0x40023c08 A

[OpenOCD-devel] Patch for stm32f2x nor flash driver

2012-01-06 Thread Bruno Fleurette
Hi, I was sometimes faced to the following errors when I was trying to erase or write a fw to the my STM32 flash: Error: JTAG-DP STICKY ERROR Error: MEM_AP_CSW 0x2352, MEM_AP_TAR 0x40023c08 Error: JTAG-DP STICKY ERROR Error: MEM_AP_CSW 0x2352, MEM_AP_TAR 0x40023c08 After some

Re: [OpenOCD-devel] patch for lisa-l board cfg

2011-11-17 Thread Spencer Oliver
On 17 November 2011 14:05, Felix Ruess wrote: > Hi all, > > attached is a small patch for the lisa-l.cfg to use the > target/stm32f1x.cfg instead of the deprecated target/stm32.cfg > uploaded to gerrit fir review: http://openocd.zylin.com/212 Spen ---

[OpenOCD-devel] patch for lisa-l board cfg

2011-11-17 Thread Felix Ruess
Hi all, attached is a small patch for the lisa-l.cfg to use the target/stm32f1x.cfg instead of the deprecated target/stm32.cfg Cheers, Felix diff --git a/tcl/board/lisa-l.cfg b/tcl/board/lisa-l.cfg index 00afa5e..73f51a2 100644 --- a/tcl/board/lisa-l.cfg +++ b/tcl/board/lisa-l.cfg @@ -4,4 +4,4 @@