[PATCH]: e567d245c Remove remaining references to FTD2XX driver

2021-10-11 Thread gerrit
This is an automated email from Gerrit. "Andreas Fritiofson " just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6660 -- gerrit commit e567d245c63b2eeae66874c80cbbd139c5d961c7 Author: Andreas Fritiofson Date: Tue Oct 12 08:28:34 2021 +0200

Re: Debugger dongle project

2021-10-11 Thread Anders Montonen
Hi, > On 11 Oct 2021, at 18:29, Andreas Fritiofson > wrote: > > On Mon, Oct 11, 2021 at 4:46 PM Michael McCormack > wrote: > While there are plenty of schematics for FTDI based dongles, the FTDI drivers > cannot be included with OpenOCD right out of the box which is a

[PATCH]: cb107284d rtos: use struct member names instead of comments

2021-10-11 Thread gerrit
This is an automated email from Gerrit. "Tim Newsome " just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6659 -- gerrit commit cb107284d393223c7c53c9fefc4784b4ea0250c9 Author: Tim Newsome Date: Mon Oct 11 09:56:39 2021 -0700 rtos: use

Re: Orbtrace probe

2021-10-11 Thread Zied Guermazi
Hi Dave, Kristof, hi all, nice to see more and more interest in bringing affordable debuggers with tracing. I would like also to inform the community that trande is also building an affordable trace-capable debugger. The traces can either come from ITM or ETM IPs. In order to enable openocd to

Re: Debugger dongle project

2021-10-11 Thread Andreas Fritiofson
On Mon, Oct 11, 2021 at 4:46 PM Michael McCormack wrote: > While there are plenty of schematics for FTDI based dongles, the FTDI > drivers cannot be included with OpenOCD right out of the box which is a > non-starter as far as I am concerned. > Hm, FTDI dongles don't need any drivers for OpenOCD

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread David Brown
On 11/10/2021 12:32, Tommy Murphy wrote: > Would anybody have a link to the aforementioned mailing list discussion > pertaining to licensing issues relating to FTDI libraries? I tried > searching the archives but couldn't find anything. Thanks. I vaguely remember that, but don't have the emails -

Re: Orbtrace probe

2021-10-11 Thread Dave Marples
Hi Folks, Kristof said you folks had discovered the ORBTrace, feel free to ask questions here or join the Discord if you want to avoid cluttering this channel. I don't want to advertise, so just make you aware of what we've got. The intention is to have a well priced, open source, TRACE capa

Re: Debugger dongle project

2021-10-11 Thread Michael McCormack
Blackmagic is essentially the hardware I am proposing for a dongle project, I will investigate further but at first pass it appears that it replaces OpenOCD and only uses GDB. I will see if not having OpenOCD is what I really want, I had not considered a direct GDB device. What I believe I want,

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread David Brown
On 11/10/2021 10:52, kristof.mul...@telenet.be wrote: Hi Antonio, I'm really skeptical they would agree to change the license. Why would they not agree? They sell hardware. If more people can use their hardware (eg. through OpenOCD), that's better for their sales. P&E Micro also sell soft

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread David Brown
On 10/10/2021 22:24, Oleksij Rempel wrote: Am 09.10.21 um 13:13 schrieb David Brown: On 08/10/2021 13:10, Antonio Borneo wrote: On Fri, Oct 8, 2021 at 12:36 PM Christopher West wrote: That's a shame some vendors are so anti-users that they do not release useful documentation and code fo

Re: Debugger dongle project

2021-10-11 Thread Uwe Bonnes
Antonio Borneo writes: ... > It would depend on what you want to achieve. > If you only need JTAG/SWD, then there are several open-HW > implementation with FTDI already supported by OpenOCD, e.g. > https://github.com/diegoherranz/steppenprobe > But if you have other ideas, like electrical isolatio

Orbtrace probe

2021-10-11 Thread kristof . mulier
Hi Antonio, Hi Mike, I'd like to add the price too. Dave just told me on the Discord channel: > Pricing is 100 EUR for the board and 30 EUR for the case, > so 130 EUR + P&P + Taxesbut it's a PROJECT to join. > If you want a PRODUCT that should deffo work put a 0 on > the end of the pric

Re: Debugger dongle project

2021-10-11 Thread Alan Carvalho de Assis
Hi Paul, On 10/11/21, Paul Fertser wrote: > Hi, > > On Mon, Oct 11, 2021 at 02:44:08PM +0200, Antonio Borneo wrote: >> Personally I would be interested in implementing a high-speed trace >> port adapter for ARM targets, but I'm afraid of the missing skills (on >> my side) on the high-speed PCB an

Re: Debugger dongle project

2021-10-11 Thread Paul Fertser
Hi, On Mon, Oct 11, 2021 at 02:44:08PM +0200, Antonio Borneo wrote: > Personally I would be interested in implementing a high-speed trace > port adapter for ARM targets, but I'm afraid of the missing skills (on > my side) on the high-speed PCB and cabling. https://github.com/orbcode/orbtrace is i

Re: Debugger dongle project

2021-10-11 Thread Antonio Borneo
On Mon, Oct 11, 2021 at 2:06 PM Michael McCormack wrote: > > Given the conversation about the P&E adapter, I was wondering if there is > anyone interested in creating an open debugger adapter. I would think > something similar to the Versaloon would be very feasible with a few > compatriots to

Debugger dongle project

2021-10-11 Thread Michael McCormack
Given the conversation about the P&E adapter, I was wondering if there is anyone interested in creating an open debugger adapter. I would think something similar to the Versaloon would be very feasible with a few compatriots to work with. I would be willing to create the hardware, develop firmwar

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread Oleksij Rempel
Hi David, Am 11.10.21 um 11:49 schrieb David Brown: > On 10/10/2021 22:24, Oleksij Rempel wrote: >> Am 09.10.21 um 13:13 schrieb David Brown: ... >> Here are my two cents. I'm open source developer. I do it, because I care >> about my freedom. I prefer >> to give my personal time to make great GP

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread Tommy Murphy
Would anybody have a link to the aforementioned mailing list discussion pertaining to licensing issues relating to FTDI libraries? I tried searching the archives but couldn't find anything. Thanks. PE Micro seem to only provide Multilink software support for Windows? Seems very odd in this day

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread Michael Schwingen
On 11.10.21 11:49, David Brown wrote: > The licencing for OpenOCD, and how strictly it is applied, is entirely > up to the people who write the software.  So your two cents are worth > a great deal more than my two cents here. > > However, you should be aware that while this is clearly not a mere >

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread Andreas Fritiofson
On Mon, Oct 11, 2021 at 11:02 AM Antonio Borneo wrote: > On Mon, Oct 11, 2021 at 10:52 AM wrote: > > > > Hi Antonio, > > > > > I'm really skeptical they would agree to change the license. > > > > Why would they not agree? They sell hardware. If more people can use > their hardware (eg. through O

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread Antonio Borneo
On Mon, Oct 11, 2021 at 10:52 AM wrote: > > Hi Antonio, > > > I'm really skeptical they would agree to change the license. > > Why would they not agree? They sell hardware. If more people can use their > hardware (eg. through OpenOCD), that's better for their sales. What you say is true, but cho

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread kristof . mulier
Hi Antonio, > I'm really skeptical they would agree to change the license. Why would they not agree? They sell hardware. If more people can use their hardware (eg. through OpenOCD), that's better for their sales. Kind regards, Kristof - Oorspronkelijk bericht - Van: "Antonio Borneo" A

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread Antonio Borneo
On Mon, Oct 11, 2021 at 9:52 AM wrote: > > Did anyone contact P&E Micro directly, to ask them if they can change the > license on that dll? > > If not - I'm willing to give it a try ^_^ > > Kind regards, > Kristof Mulier Hi Kristof, thanks for your offer. I'm really skeptical they would agree t

Re: Porting the P&E Multilink Universal adapter

2021-10-11 Thread kristof . mulier
Did anyone contact P&E Micro directly, to ask them if they can change the license on that dll? If not - I'm willing to give it a try ^_^ Kind regards, Kristof Mulier