[sigrok-devel] Linking static

2021-06-14 Thread Hans-Henrik Fuxelius
Hi! What flag do I use to compile libserialport static?? (I do apologize for a simple question, but I cannot for my life find any answer anywhere on the entire net!!!) All the best! Hans-Henrik ./autogen.sh … ./configure … libserialport configuration summary: - Package version...

[sigrok-devel] Static linking on OSX

2021-06-14 Thread Hans-Henrik Fuxelius
Sorry I forgot the code: cc -Wall -std=gnu11 -o test .objects/acc.o .objects/autoidn.o .objects/call.o .objects/commands.o -Wl,-Bstatic -lserialport -Wl,-Bdynamic -pthread -ldl -lm This works like a charm on UBUNTU but (Apple Silicon M1 - Clang) OSX says: ld: unknown option: -Bstatic

[sigrok-devel] supporting new devices

2021-06-14 Thread Daniel Anselmi
Hi list   I was recently told to to point to patches/pull-request here. I'd like to ask you to review the following pull requests from github to bring them into trunk: #139 (new driver for power meter), #140 (extend driver to support more signal generators) and #146 (new driver for power supplie

[sigrok-devel] analog decoders

2021-06-14 Thread Daniel Anselmi
Hi list   Is someone working on analog decoders? Or is it somehow possible for example to check if edges are monotone, or check against thresholds/masks/limits on analog traces?   regards danselmi ___ sigrok-devel mailing list sigrok-devel@lists.sour