NEWS: Various updates and minor fixes.
This commit is contained in:
parent
a0c7e23ad8
commit
456dfd9f70
16
NEWS
16
NEWS
|
@ -4,7 +4,7 @@
|
||||||
* Support for analog sources (oscilloscopes, DMMs, data loggers) was added.
|
* Support for analog sources (oscilloscopes, DMMs, data loggers) was added.
|
||||||
* New supported hardware:
|
* New supported hardware:
|
||||||
- Logic analyzers:
|
- Logic analyzers:
|
||||||
- USBee DX
|
- CWAV USBee DX
|
||||||
- ZEROPLUS LAP-16128U
|
- ZEROPLUS LAP-16128U
|
||||||
- Oscilloscopes:
|
- Oscilloscopes:
|
||||||
- Hantek DSO-2090 (USB scope)
|
- Hantek DSO-2090 (USB scope)
|
||||||
|
@ -26,12 +26,14 @@
|
||||||
- MASTECH MAS345
|
- MASTECH MAS345
|
||||||
- Metex ME-31
|
- Metex ME-31
|
||||||
- Metex M-3640D
|
- Metex M-3640D
|
||||||
|
- PCE PCE-DM32
|
||||||
- PeakTech 3410
|
- PeakTech 3410
|
||||||
- PeakTech 4370
|
- PeakTech 4370
|
||||||
- PCE PCE-DM32
|
|
||||||
- RadioShack 22-168
|
- RadioShack 22-168
|
||||||
- RadioShack 22-805
|
- RadioShack 22-805
|
||||||
- RadioShack 22-812
|
- RadioShack 22-812
|
||||||
|
- Tecpel DMM-8060
|
||||||
|
- Tecpel DMM-8061
|
||||||
- TekPower TP4000ZC
|
- TekPower TP4000ZC
|
||||||
- UNI-T UT61D
|
- UNI-T UT61D
|
||||||
- UNI-T UT61E
|
- UNI-T UT61E
|
||||||
|
@ -52,7 +54,7 @@
|
||||||
cables and/or transports (e.g. same protocol over serial or USB/HID):
|
cables and/or transports (e.g. same protocol over serial or USB/HID):
|
||||||
- Cyrustek ES51922 binary protocol.
|
- Cyrustek ES51922 binary protocol.
|
||||||
- Fortune Semiconductor FS9721_LP3/FS9721B binary protocol.
|
- Fortune Semiconductor FS9721_LP3/FS9721B binary protocol.
|
||||||
- Fortune Semiconductor FS9922-DMM3/ÐMM4 binary protocol.
|
- Fortune Semiconductor FS9922-DMM3/DMM4 binary protocol.
|
||||||
- Metex 14-byte ASCII protocol.
|
- Metex 14-byte ASCII protocol.
|
||||||
- RadioShack 22-812 binary protocol.
|
- RadioShack 22-812 binary protocol.
|
||||||
* zeroplus-logic-cube driver:
|
* zeroplus-logic-cube driver:
|
||||||
|
@ -62,8 +64,8 @@
|
||||||
- Add pre-trigger (capture ratio) setting.
|
- Add pre-trigger (capture ratio) setting.
|
||||||
- Add support for the ZEROPLUS LAP-16128U.
|
- Add support for the ZEROPLUS LAP-16128U.
|
||||||
* fx2lafw driver:
|
* fx2lafw driver:
|
||||||
- Add support for the USBee DX. This requires the latest version of the
|
- Add support for the CWAV USBee DX. This requires the latest version of
|
||||||
fx2lafw firmware files.
|
the fx2lafw firmware files.
|
||||||
- Add support for wide sampling (i.e. 16 probes instead of just 8).
|
- Add support for wide sampling (i.e. 16 probes instead of just 8).
|
||||||
- Fix multi-stage (software) triggers.
|
- Fix multi-stage (software) triggers.
|
||||||
- Fix various memory leaks, firmware upload timeout bugs, and other issues.
|
- Fix various memory leaks, firmware upload timeout bugs, and other issues.
|
||||||
|
@ -88,7 +90,7 @@
|
||||||
- The header that frontends should include is: <libsigrok/libsigrok.h>.
|
- The header that frontends should include is: <libsigrok/libsigrok.h>.
|
||||||
There are other headers which are installed, but those are not meant to
|
There are other headers which are installed, but those are not meant to
|
||||||
be included directly by the frontends.
|
be included directly by the frontends.
|
||||||
- There we numerous API changes, additions and removals, too many to list
|
- There were numerous API changes, additions and removals, too many to list
|
||||||
here. Please check the source code or Doxygen API documentation for the
|
here. Please check the source code or Doxygen API documentation for the
|
||||||
current set of API functions.
|
current set of API functions.
|
||||||
* Serial port code:
|
* Serial port code:
|
||||||
|
@ -97,7 +99,7 @@
|
||||||
- Add support for more baudrates (e.g. very low ones such as 600/1200)
|
- Add support for more baudrates (e.g. very low ones such as 600/1200)
|
||||||
that are used in some devices.
|
that are used in some devices.
|
||||||
- Add support for setting DTR/RTS.
|
- Add support for setting DTR/RTS.
|
||||||
* gnuplot files: Add sample files for USBee DX (for 8/16 bit sampling).
|
* gnuplot files: Add sample files for CWAV USBee DX (for 8/16 bit sampling).
|
||||||
* Documentation updates:
|
* Documentation updates:
|
||||||
- Add a README.devices file which contains various notes for users of
|
- Add a README.devices file which contains various notes for users of
|
||||||
libsigrok about device- and/or driver-specific issues.
|
libsigrok about device- and/or driver-specific issues.
|
||||||
|
|
Loading…
Reference in New Issue