Richard Li
742ca9c362
Added decoder for A7105.
2020-11-23 12:59:10 +08:00
Richard Li
bfc82b6f59
Merge branch 'master' of https://github.com/richardclli/DSView into XN297-cmd-fix
2020-11-23 12:55:30 +08:00
richardclli
8b8c6c25c4
Merge pull request #1 from DreamSourceLab/master
...
Merge from original
2020-11-23 12:54:59 +08:00
CJpower
8f52519dbe
ps/2 2020.10.28
2020-10-28 10:21:24 +08:00
CJpower
bd89d5a751
ps/2
2020-10-26 09:44:09 +08:00
DreamSourceLab
26db5b2cb2
fix csv output issue
2020-09-27 17:58:01 +08:00
MGlolenstine
bd6b947b31
Updated README.md
...
Updated links and corrected grammar
2020-09-23 09:10:06 +02: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
Fabio Pugliese Ornellas
ece88784eb
Extract functions
2020-08-30 00:23:51 +01:00
Fabio Pugliese Ornellas
1f8db1d637
Change signal names to match datasheet
2020-08-30 00:09:01 +01:00
Fabio Pugliese Ornellas
9e15cf1560
Add st7789 decoder
2020-08-29 23:56:11 +01:00
DreamSourceLab
89257fdd43
Fix sample error when sample rate < 10KHz @DAQ mode
2020-08-29 21:12:55 +08:00
Huang Rui
fddde925a7
FindFFTW.cmake: adjust fft library order
...
The function used in this program is fftw_plan_r2r_1d, so fftw3 is
the needed library should be moved to the first order.
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 17:26:55 +08:00
Huang Rui
b36031abc5
Findlibusb-1.0.cmake: fix 64bit lib search path
...
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 17:26:49 +08:00
Huang Rui
bd0d12243e
FindFFTW.cmake: fix 64bit lib search path
...
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 17:26:39 +08:00
Huang Rui
b938efdb3f
INSTALL: improve documents about PKG_CONFIG_PATH
...
Different distributions may not have the same path requirements for PKGCONFIG
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 13:16:09 +08:00
Huang Rui
1fdcc95997
INSTALL: trim trailing whitespaces
...
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 13:11:22 +08:00
Huang Rui
57515b124b
FindFFTW.cmake: fix library path: change locala to local
...
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 12:58:16 +08:00
Huang Rui
90b9664325
CMakeLists.txt: fix udev rule path and clean other path
...
Fix QA Notice: udev rules should be installed in /lib/udev/rules.d
/lib/udev/rules.d is for upstream packager and
/etc/udev/rules.d is for user.
This is intended to make life for distro packagers easier.
Udev rule file should have two digit integer prefix,
and this hardware may use 60 as the prefix.
Closes: https://github.com/DreamSourceLab/DSView/issues/190
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 12:40:02 +08:00
Huang Rui
a73ade35ea
DSView/DSView.desktop: remove svg extension to fix QA
...
value "dsview.svg" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path.
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 12:08:05 +08:00
Huang Rui
dcff26b72c
Fix dsview desktop icon file install path
...
Icon files should be installed into $prefix/share/icons/hicolor/scalable/apps.
Also use $prefix/share/pixmaps to solve compatibility problems under
different DE.
https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 12:02:12 +08:00
Huang Rui
a4d76a2a7a
DSView.desktop: add TryExec=DSView
...
TryExec: If the path is not an absolute path, the file is looked
up in the $PATH environment variable. If the file is not present
or if it is not executable, the entry may be ignored
(not be used in menus, for example).
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:58:17 +08:00
Huang Rui
06cf5b1638
DSView.desktop: fix Exec path
...
Under some linux distro, program may not installed in /usr/local/bin/
Debian/Ubuntu/RHEL uses /usr/bin as package default install path
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:54:33 +08:00
Huang Rui
6a89302176
DSView.desktop: add additional categories
...
Change Categories=Development;Electronics;Qt;
https://specifications.freedesktop.org/menu-spec/latest/apas02.html
Re-order the item list to fit desktop file skel.
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:52:17 +08:00
Huang Rui
d718b619aa
DSView.desktop: remove known version in desktop file
...
Fix error: value "0.96" for key "Version" in group "Desktop Entry"
is not a known version.
Version of the Desktop Entry Specification that the desktop entry
conforms with. Entries that confirm with this version of the
specification should use 1.1. Note that the version field is not
required to be present, so I removed it.
See also: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:34:14 +08:00
Richard Li
f70de5abe8
Added and fixed support for XN297 decoding.
2020-08-14 15:35:43 +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