]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blob - NEWS
a6566877c415d6ef527903d458d7171dd3fb99c1
[sigrok-firmware-fx2lafw.git] / NEWS
1 ------------------
2  * Add firmware for the Instrustar ISDS205B
3
4 0.1.7 (2019-11-14)
5 ------------------
6
7  * Add firmware for the YiXingDianZi MDSO (VID/PID: 1D50:608E).
8  * Sainsmart DDS120: Fix the 1kHz reference signal.
9  * Hantek 6022BL: Fix the voltage range selection (bug #1360).
10  * Allow LA captures at 48MHz samplerate (as long as bus conditions permit).
11  * Updated build requirement: sdcc >= 3.4.0 (bug #1326).
12  * Fix a build issue with sdcc >= 3.9.0 (bug #1404).
13  * Bump the firmware version (major.minor) to 1.4. This version is
14    backwards-compatible and doesn't require host-side (libsigrok) changes.
15
16 0.1.6 (2018-01-26)
17 ------------------
18
19  * Fix an issue with FX2 based logic analyzers that could cause non-working
20    and/or prematurely aborted acquisitions (bug #655).
21  * FX2 based logic analyzers will now toggle pin PA1 during acquisition,
22    and keep it high while idle. On fx2grok-tiny and fx2grok-flat devices
23    there's a LED connected to PA1. Thus, those devices will visually indicate
24    whether a firmware has been uploaded (LED will light up and stay like that
25    while the device is idle). During any acquisition the LED will blink.
26  * Refactor the oscilloscope code to avoid duplication (bug #984).
27  * Fix a 'make distclean' error.
28  * Fix a compiler warning with recent sdcc versions (e.g. v3.6.9).
29
30 0.1.5 (2017-06-12)
31 ------------------
32
33  * Add FX2 firmware for the Hantek 6022BL USB scope/LA.
34  * HACKING: Update URL to Linux kernel coding style.
35  * Remove FSF postal address from boiler plate license text.
36
37 0.1.4 (2016-10-31)
38 ------------------
39
40  * Add FX2 firmware for the Hantek 6022BE and SainSmart DDS120 USB scopes.
41    These firmware files use the official sigrok USB VID/PID of 1D50:608E.
42    The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project:
43    http://wiki.openmoko.org/wiki/USB_Product_IDs
44  * Add analog channel support for the USBee AX (and potentially other devices).
45    Only one analog channel is supported. Switching channels (in case there
46    are multiple analog channels) is not yet implemented.
47  * Add support for the USBee ZX (bug #764).
48  * Use per-device USB product string descriptors.
49  * Bump the firmware version (major.minor) to 1.2. This version is
50    backwards-compatible and doesn't require host-side (libsigrok) changes.
51  * README: Update prebuilt firmware download location, other cleanups.
52  * HACKING: Prefer git pull requests over mailing list patches.
53
54 0.1.3 (2015-11-26)
55 ------------------
56
57  * README: Drop references to obsolete sigrok-commits mailing list.
58  * Build system:
59      - Use non-recursive Make setup.
60      - Simplify and/or improve various parts of the build system.
61      - configure: Check the sdcc version (bug #696).
62  * Add firmware files for FX2 devices with official sigrok VID/PID:
63      - 1D50:608C: fx2lafw-sigrok-fx2-8ch.fw
64      - 1D50:608D: fx2lafw-sigrok-fx2-16ch.fw
65    The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project:
66    http://wiki.openmoko.org/wiki/USB_Product_IDs
67
68 0.1.2 (2014-05-06)
69 ------------------
70
71  * Fix an issue which lead to the data pins not being tri-stated after an
72    aquisition (when the GPIF is idle) but rather being driven.
73  * Bump the firmware version (major.minor) to 1.1. This version is
74    backwards-compatible and doesn't require host-side (libsigrok) changes.
75
76 0.1.1 (2013-04-16)
77 ------------------
78
79  * Add support for the USBee DX. Only digital sampling is supported (as is
80    the case for all other supported devices so far). Analog data acquisition
81    is currently not implemented.
82  * Add support for devices with the older Cypress CY7C68013 (FX2) chip
83    instead of the more recent Cypress CY7C68013A (FX2LP). See also:
84    http://sigrok.org/wiki/Fx2lafw#Cypress_FX2_vs._FX2LP
85  * Convert to a standard autotools based build/configuration system.
86    Installation is now: ./configure && make && make install
87  * README: Update status, website URLs, requirements, etc.
88  * Add the usual HACKING, AUTHORS, and INSTALL files.
89  * Add a 'distbin' Make target, which creates a convenience tarball
90    containing just the generated *.fw files.
91  * Document the download location for the pre-built firmware files tarball.
92  * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
93    This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
94  * Add support for differently named sdcc tools on various distros.
95
96 0.1.0 (2012-07-24)
97 ------------------
98
99  * Initial release.
100