-
Notifications
You must be signed in to change notification settings - Fork 165
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
Logic Analyzer improvements #949
Comments
Created a separate issue to track the bug described in the above list: #972 |
Implemented with: #971 |
Things should be more consistent now with pr: #1087 |
Yes this is fine, if you up the nr of samples past a threshold you will get a warning. |
Logic analyzer:
channel names could be 1/2/3 instead of DIO0/DIO1/DIO2 - this would make them look cleaner on the plot. The handle should have the text centered.
Oneshot maximum buffersize: MAX_BUFFER_SIZE*64 instead of MAX_BUFFER_SIZE - use kernel buffers similar to streaming
Streaming - sample rate max 10msps but buffer can be any size
Oneshot mode should be selected by default
Trigger delay should be visible for both modes
There is an plotting artifact when plotting lare buffersizes
The text was updated successfully, but these errors were encountered: