[OpenOCD-devel] [PATCH]: 34dc544 target/arc: Add initial stepping functions

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Evgeniy Didin (di...@synopsys.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5643 -- gerrit commit 34dc544245e722ebd5d2fa948412004f4e2a5a52 Author: Evgeniy Didin Date: Wed Mar 18 16:12:04 2020 +0300

[OpenOCD-devel] [PATCH]: 005a84f target/arc: introduce arc_read/write_instruction functions

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Evgeniy Didin (di...@synopsys.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5640 -- gerrit commit 005a84f5349f837ed6ea60fc84258fad3e94d589 Author: Evgeniy Didin Date: Mon Mar 16 15:00:16 2020 +0300

[OpenOCD-devel] [PATCH]: 60249bf target/arc: introduce initial set/unset bp functions

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Evgeniy Didin (di...@synopsys.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5641 -- gerrit commit 60249bfe35ecc307f4414480358e930bebe1 Author: Evgeniy Didin Date: Mon Mar 16 20:38:00 2020 +0300

[OpenOCD-devel] [PATCH]: b39629a target/arc: introduce add/remove breakpoints handlers

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Evgeniy Didin (di...@synopsys.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5642 -- gerrit commit b39629ac8eefe70799628febd1e6d35765371035 Author: Evgeniy Didin Date: Mon Mar 16 20:57:06 2020 +0300

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread Tim Newsome
On Thu, Apr 30, 2020 at 3:51 AM Antonio Borneo wrote: > Yes,riscv target does not define the function get_gdb_arch(), so > cannot send the arch value to gdb. > This should be easy to fix, but there are so many variants of riscv > that I don't know how to correctly implement it. > > Tim, > any

[OpenOCD-devel] [PATCH]: b9840cc Make autotools warnings visible.

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Anonymous Coward (rdiezmail-open...@yahoo.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5639 -- gerrit commit b9840cc2298aca57e3a1f7c89e29ec86f6a7b50e Author: R. Diez Date: Thu Apr 30 16:31:26 2020 +0200

[OpenOCD-devel] [PATCH]: 8644958 Fix 2 warnings about obsolete Autoconf macros.

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Anonymous Coward (rdiezmail-open...@yahoo.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5638 -- gerrit commit 86449589bd282ae9203dbb134629688cc820e482 Author: R. Diez Date: Thu Apr 30 16:28:28 2020 +0200

[OpenOCD-devel] [PATCH]: 44cde99 The "Bus Pirate" adapter was not listed in the "OpenOCD configuration summary".

2020-04-30 Thread gerrit
This is an automated email from Gerrit. Anonymous Coward (rdiezmail-open...@yahoo.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5637 -- gerrit commit 44cde994df9df834233b925087a626cad7782a53 Author: R. Diez Date: Thu Apr 30 15:42:11 2020 +0200

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread kristof . mulier
Hi @Paul, Thank you for your quick reply. > You can use "compare-sections" after "load" to be sure. I just tried. It looks good: (gdb) compare-sections Section .init, range 0x800 -- 0x8000236: matched. Section .text, range 0x8000240 -- 0x8001aa0: matched. Section

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread Paul Fertser
On Thu, Apr 30, 2020 at 01:02:16PM +0200, kristof.mul...@telenet.be wrote: > It looks like the firmware flashed successfully. You can use "compare-sections" after "load" to be sure. > Unfortunately, the led on the board is not blinking. The firmware I > got from Reuben Townsend should make an

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread kristof . mulier
Hi @Paul , Thank you very much for your suggestions. I've tried them with the following results: C:\beetle_projects\gd32vf103c_start> "C:/embeetle/gnu_riscv_xpack_64b/bin/riscv-none-embed-gdb.exe" warning: Couldn't determine a path for the index cache directory. GNU gdb (xPack GNU RISC-V

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread Antonio Borneo
On Thu, Apr 30, 2020 at 12:35 PM Paul Fertser wrote: > > Hi Kristof, > > On Thu, Apr 30, 2020 at 12:19:48PM +0200, kristof.mul...@telenet.be wrote: > > (gdb) target remote localhost: > > I recommend extended-remote always, there's no reason at all to not > use it. I type "tar ext :"

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread Paul Fertser
Hi Kristof, On Thu, Apr 30, 2020 at 12:19:48PM +0200, kristof.mul...@telenet.be wrote: >     (gdb) target remote localhost: I recommend extended-remote always, there's no reason at all to not use it. I type "tar ext :" usually. >     Remote debugging using localhost: >     bfd

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread kristof . mulier
Hi @Tomas , @Paul and @Jim , First of all a big THANK YOU for your help with this issue (flashing the GigaDevice RISC-V board) ^_^. I managed to get OpenOCD connected with the target chip and I can connect a GDB client to OpenOCD. So most problems are already fixed! Unfortunately - the

Re: [OpenOCD-devel] Support for GigaDevice microcontrollers

2020-04-30 Thread Tomas Vanek via OpenOCD-devel
Hi Kristof, On 29/04/2020 17:34, kristof.mul...@telenet.be wrote: Hi @jmn I just got the following reply from Reuben Townsend from GigaDevice: /    Hi Kristof, the GD-LINK uses the CMSIS-DAP interface/ /    and for the GD32E230 MCU, you can use the stm32f0x.cfg/ /    configuration file.///