Hardy Griech

Results 74 comments of Hardy Griech

Could you try with PR #1520?

My idea is to omit gdb and do pyocd the job. After finding out, that pyocd is controllable via API there seem to be multiple ways to get to the...

I had problems on my Debian desktop as well with sigrok-cli and pulseview. I think actual root of the problem had also something to do with the serial communication. Compiling...

Sorry that I am unclear. You introduced in libsigrok the offset "2" to get as you said correct channel naming. I'm talking about this line of code in api.c ```...

Because I cannot push, here is the patch ```patch diff --git a/src/hardware/raspberrypi-pico/api.c b/src/hardware/raspberrypi-pico/api.c index e6b03648..19305626 100644 --- a/src/hardware/raspberrypi-pico/api.c +++ b/src/hardware/raspberrypi-pico/api.c @@ -136,7 +136,8 @@ static GSList *scan(struct sr_dev_driver *di, GSList...

Hmmm... not sure if the above is really a good solution. I think it is smarter to issue extra commands. Problem with the code above: * **old** version of libsigrok,...

I have put the changes into a PR for your libsigrok fork.

My use case is reading the RTT terminal channel from the target: on target side the data is written in characters into a FIFO, the destination on the host is...

If you are interested, I have implemented some kind of auto trigger for my sigrok-pico module. Auto triggering works til 1/7 of system clock, on my probe these are 24MHz....

PR is here: https://github.com/Piwigo/Piwigo/pull/1762