Pierre-Olivier Vauboin
162cdb44ee
Decoder sdcard: look at the transmission bit for command or response decoding
...
Description of the bug fix:
When a command is not supported by the sdcard, the command is silently
dropped with no response. The host will then either reemit the same command
or give up. This causes the previous decoder implementation to go out of
sync and wrongly decode the next message as a response even though it's not.
This patch looks at the transmission bit instead to make sure the
decoding is correct.
2021-02-15 18:49:07 +01:00
Pierre-Olivier Vauboin
ce545fa88c
Decoder sdcard: trigger the decoding on clock raising edge
...
This improves the decoding speed a lot (~8x faster), especially
when using a high sampling rate.
2021-02-15 18:45:14 +01:00
DreamSourceLab
5d92bd50f1
Merge pull request #366 from Electro707/fix_python_segfault
...
Segmentation Fault Fix
2021-01-22 11:26:03 +08:00
Electro707
4a73d00967
Moved PyGILState_Ensure in srd_decoder_inst to before PyTuple_New is called. Fixes segmentation fault
2020-12-08 18:11:14 -05:00
DreamSourceLab
26db5b2cb2
fix csv output issue
2020-09-27 17:58:01 +08:00
DreamSourceLab
1070d315cd
Merge pull request #345 from DS-Power/master
...
MIPI RFFE decoder
2020-09-18 09:19:28 +08:00
CJpower
84040bb276
mipi_rffe
2020-09-16 16:39:31 +08:00
CJpower
e59adc899f
rffe
2020-09-16 16:04:55 +08:00
DreamSourceLab
89257fdd43
Fix sample error when sample rate < 10KHz @DAQ mode
2020-08-29 21:12:55 +08:00
DreamSourceLab
de9aa55873
Merge pull request #322 from HigZxcvd/patch-1
...
Fix #317
2020-07-01 09:41:15 +08:00
DreamSourceLab
dde9e64ccd
Merge pull request #314 from madscientist159/master
...
Add initial FSI protocol decoder
2020-06-27 17:21:08 +08:00
HigZxcvd
33e3d896a4
Fix #317
...
fix build error with Qt 5.15+
2020-06-26 22:36:50 +08:00
Timothy Pearson
1de76d1e05
Add initial FSI protocol decoder
...
The FSI protocol is used on OpenPOWER systems such as the
Raptor Computing Systems Talos II and Blackbird machines.
2020-06-09 03:09:42 -05:00
DreamSourceLab
297668fcbb
Bump version to v1.12
v1.1.2
2020-05-11 21:07:38 +08:00
DreamSourceLab
12fc1cc6cd
Fix issue #306 : wrong identifier codes for VCD file export
2020-05-11 18:16:07 +08:00
DreamSourceLab
dbc943d714
Fix out-of-order issue of multiple annotation rows
2020-05-10 18:44:15 +08:00
DreamSourceLab
2236cace83
Add initial version of mipi_dsi decoder
2020-05-10 18:26:44 +08:00
DreamSourceLab
ff685bb605
Merge branch 'master' of https://github.com/DreamSourceLab/DSView
2020-05-09 14:57:00 +08:00
DreamSourceLab
b119deee04
Fix issue #300 : time precision for csv export of decoder results
2020-05-09 14:49:35 +08:00
DreamSourceLab
65e45a35f9
Add QSPI decoder #143
2020-05-09 11:03:52 +08:00
DreamSourceLab
afa8d0f02d
Merge pull request #295 from madscientist159/master
...
Fix LPC write cycle decoding
2020-05-09 10:54:48 +08:00
DreamSourceLab
8aaac8d97d
Improve range settings in decoders
2020-05-09 10:47:40 +08:00
DreamSourceLab
9a06b706de
Fix issue #266 , double-click open dsl file on Windows
2020-05-08 16:42:33 +08:00
DreamSourceLab
26d695837e
Fix issue of saving/loading file with special characters
2020-05-07 13:10:21 +08:00
DreamSourceLab
e9b7d9aa5d
Bump version to v1.11
v1.1.1
2020-04-09 20:28:45 +08:00
DreamSourceLab
517a8d108b
Fix compile warning
2020-04-09 20:07:10 +08:00
DreamSourceLab
941a516ded
fix the default voltage gain for U2B100/U3P100
2020-04-08 19:41:25 +08:00
DreamSourceLab
0af103d987
resize svg icon for high DPI of macOS
2020-04-08 16:18:53 +08:00
DreamSourceLab
e5f1fd04bd
Fix compile warnings
2020-04-08 16:05:14 +08:00
DreamSourceLab
5b3f19b3c5
Update sdcard_sd decoder (fix issue #296 )
2020-04-06 11:31:52 +08:00
Timothy Pearson
14a7c1d6bb
Correctly detect LPC timeouts / aborts
...
LPC timeouts and aborts can occur anywhere and at any time during
or after a cycle, not just during the SYNC/TAR periods.
2020-04-05 22:31:25 -05:00
Timothy Pearson
51acdf0d84
Add initial firmware cycle decode support
2020-04-02 23:46:25 -05:00
DreamSourceLab
10e3fefd13
Fix wave out of viewport issue at osc mode
2020-04-03 11:41:57 +08:00
DreamSourceLab
c6bdd0e5ed
Fix decoder issues (stop of i2c, break of dmx512)
2020-04-02 10:09:51 +08:00
DreamSourceLab
beb06ca1be
Fix type-c orientation issue
2020-03-31 21:49:51 +08:00
DreamSourceLab
8c7d817ea3
Fix issue of missing first trigger at osc mode
2020-03-31 20:00:12 +08:00
DreamSourceLab
68ea5d8ca4
Fix out of screen issue at 150% scale setting in Windows
2020-03-31 10:40:31 +08:00
DreamSourceLab
24b475484b
fix compile issue for change of svg icon
2020-03-30 14:32:12 +08:00
DreamSourceLab
cf54cdef62
Change png icon to svg version
2020-03-30 11:44:12 +08:00
DreamSourceLab
6558174183
Add auto gain feature to DSCope U2B100/U3P100 models
2020-03-29 19:51:08 +08:00
Timothy Pearson
6fbe3d3a57
Fix decode failure on host driven abort
2020-03-29 01:31:55 -05:00
Timothy Pearson
ef69722751
Fix LPC write cycle decoding
2020-03-24 13:51:11 -05:00
DreamSourceLab
ee148cc314
Bump version to v1.10
v1.1.0
2020-02-22 18:41:08 +08:00
DreamSourceLab
a11e8a0473
Fix ruler and cursor issue in DSO mode
2020-02-22 14:42:31 +08:00
DreamSourceLab
771f2c56a0
fix some decoder issues
2020-02-22 11:12:26 +08:00
DreamSourceLab
dd4454e913
Fix language and UI issue
2020-02-21 20:15:34 +08:00
DreamSourceLab
9dfea2e314
Fix session load issue for dsl file
2020-01-21 11:39:07 +08:00
DreamSourceLab
9af32655db
Fix some compile warnings
2020-01-18 14:28:05 +08:00
DreamSourceLab
57b3f0cec7
Add zoom&gesture support in macOS
2020-01-17 22:02:37 +08:00
DreamSourceLab
21704f5565
Fix spell and other minor issues
2020-01-16 22:24:46 +08:00