439 Commits

Author SHA1 Message Date
Abdelhak Bougouffa
07ee4f386f Add 'Linear Technology LTC26x7' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
64d8e219f4 Add 'Linear Technology LTC242x' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
4ce3b12f37 Add 'NXP LFAST' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
acaf2be9a0 Add 'Sony IR (SIRC)' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
048e9d2a9a Add 'IR RC-6' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
25dfcc8313 Add 'IR IRMP' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
722b738926 Add 'IEEE-488 GPIB/HPIB/IEC' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
1dce64fda2 Add 'HDCP over HDMI' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
3d34e69c77 Add 'FlexRay' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
48ec33c45c Add 'Digital calipers' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
c8c3b30a0b Add 'Amulet LCD ASCII' decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
d84a3d88be Add ADXL345 decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
583c06eedb Add AD79x0 decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
df947935a4 Add AD5626 decoder from libsigrokdecode codebase 2021-02-02 10:49:49 +01:00
Abdelhak Bougouffa
447cefe4c3 Add QtCreator generated to ignored files 2021-02-02 10:49:49 +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
Richard Li
2eaf65a0de Fixed document of the decoder. 2020-11-23 13:16:13 +08:00
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