-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5pt,7pt] graph-prototype: Port and simplify picoscope implementations #113
Milestone
Comments
meeting minutes: development against graph-prototype Linked to #116 |
Some useful bullet points from Matrix:
|
vimpostor
added a commit
that referenced
this issue
Jun 12, 2024
This allows the Block to be extended with support for various Picoscope models. Furthermore, this ports the custom work implementation to processBulk() and implements the inclusion of timing messages received over the message port. Fixes #113
vimpostor
added a commit
that referenced
this issue
Jun 13, 2024
This allows the Block to be extended with support for various Picoscope models. Furthermore, this ports the custom work implementation to processBulk() and implements the inclusion of timing messages received over the message port. Fixes #113 Signed-off-by: Magnus Groß <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The implementations for the different picoscope devices (3000a, 4000a, 5000, 6000) contain a lot of duplicated logic, only differing in the driver functions they call and the enums etc. they use. Check what of that can be simplified easily, where the differences are accidental and where they actually stem from different device functionality.
The text was updated successfully, but these errors were encountered: