Add PicoMSO driver#288
Open
dgatf wants to merge 10 commits into
Open
Conversation
* picomso: demultiplex interleaved analog samples across N enabled channels Agent-Logs-Url: https://github.com/dgatf/libsigrok/sessions/48723f40-c5c1-42a6-8d97-1bc47b101273 Co-authored-by: dgatf <33811722+dgatf@users.noreply.github.com> * picomso: use stack-allocated GSList node to avoid per-channel alloc in demux loop Agent-Logs-Url: https://github.com/dgatf/libsigrok/sessions/48723f40-c5c1-42a6-8d97-1bc47b101273 Co-authored-by: dgatf <33811722+dgatf@users.noreply.github.com> * picomso: add analog_channel_mask to capture request for independent analog channel selection Agent-Logs-Url: https://github.com/dgatf/libsigrok/sessions/1150c071-7e8b-426f-973d-1e3517effc90 Co-authored-by: dgatf <33811722+dgatf@users.noreply.github.com> * picomso: add A2, bump protocol version, fix per-channel scope sample budget Agent-Logs-Url: https://github.com/dgatf/libsigrok/sessions/005e0cac-54a9-4189-915a-5da5c18f70f3 Co-authored-by: dgatf <33811722+dgatf@users.noreply.github.com> * Fix analog channel ordering in dual-channel scope mode * Fix max samples --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dgatf <33811722+dgatf@users.noreply.github.com> Co-authored-by: Daniel <danielgorbea@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new libsigrok hardware driver for PicoMSO devices.
PicoMSO is an RP2040/RP2350-based mixed-signal instrument that provides synchronized logic analyzer and oscilloscope capture.
Project repository:
https://github.com/dgatf/PicoMSO
The driver adds support for:
Build integration is included through
Makefile.amandconfigure.ac.