Re: [sigrok-devel] Queries regarding building sigrok-projects

2021-06-02 Thread Wolfram Sang
Hi Ashwin, > My understanding of steps that I need to follow for adding a new hardware > support to sigrok is as follows : > > *Step 1:* Use the new-driver script to generate skeleton files (api.c, > protocol.c/.h) > *Step 2: *Modify created files accordingly to support FX3. > *Step 3:* I need to

Re: [sigrok-devel] Queries regarding building sigrok-projects

2021-06-02 Thread ashwin Nair
Hi everyone, It would be great if I could get some guidance/insights from someone who has worked on adding a new hardware support to sigrok. Thanks Ashwin On Thu, 27 May 2021 at 3:20 PM, ashwin Nair wrote: > All > > I had few queries regarding the sigrok project. I have been trying to add > su