Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-05-15 Thread Michael Ring
Hi Michel! You are talking about integrating mips into your debugger, what does this mean? Are you talking about Setedit or something else? Michael Am 14.05.13 22:01, schrieb Michel Catudal: Le 2013-05-14 06:13, Marco van de Voort a écrit : In our previous episode, Michael Ring said: I

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-05-15 Thread Michael Schnell
On 05/14/2013 10:01 PM, Michel Catudal wrote: I found the interface to open ocd to be very slow for flashing, basically useless. Regarding PIC, I don't see any advantage for open ocd vs the Microchip adapters. PICKit is cheap and decently fast, ICD3 is really fast not too expensive either.

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-05-15 Thread Michael Ring
If you find the time to find out how to actually start up use their gdbserver I will be more than happy to integrate it into lazarus, right now I take what I can get and that seems to be openocd. I have wasted quite some time in trying to make LPC-Link for the LPCExpresso Boards work and I

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-05-15 Thread Michel Catudal
Le 2013-05-15 04:36, Michael Ring a écrit : Hi Michel! You are talking about integrating mips into your debugger, what does this mean? Are you talking about Setedit or something else? Michael Mips to debug PIC32. I was looking at first at the Rasphberry pi, I may do that or use an Odroid

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-05-15 Thread Michel Catudal
Le 2013-05-15 05:41, Michael Schnell a écrit : On 05/14/2013 10:01 PM, Michel Catudal wrote: I found the interface to open ocd to be very slow for flashing, basically useless. Regarding PIC, I don't see any advantage for open ocd vs the Microchip adapters. PICKit is cheap and decently

Re: [fpc-devel] Is target mips-embedded possible / planned?

2013-05-15 Thread Michel Catudal
Le 2013-05-15 06:11, Michael Ring a écrit : If you find the time to find out how to actually start up use their gdbserver I will be more than happy to integrate it into lazarus, right now I take what I can get and that seems to be openocd. I have wasted quite some time in trying to make