]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blob - NEWS
905fac58ce385a655ff2e060758210c68fb9e6c6
[sigrok-firmware-fx2lafw.git] / NEWS
1 0.1.4 (2016-10-31)
2 ------------------
3
4  * Add FX2 firmware for the Hantek 6022BE and SainSmart DDS120 USB scopes.
5    These firmware files use the official sigrok USB VID/PID of 1D50:608E.
6    The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project:
7    http://wiki.openmoko.org/wiki/USB_Product_IDs
8  * Add analog channel support for the USBee AX (and potentially other devices).
9    Only one analog channel is supported. Switching channels (in case there
10    are multiple analog channels) is not yet implemented.
11  * Add support for the USBee ZX (bug #764).
12  * Use per-device USB product string descriptors.
13  * Bump the firmware version (major.minor) to 1.2. This version is
14    backwards-compatible and doesn't require host-side (libsigrok) changes.
15  * README: Update prebuilt firmware download location, other cleanups.
16  * HACKING: Prefer git pull requests over mailing list patches.
17
18 0.1.3 (2015-11-26)
19 ------------------
20
21  * README: Drop references to obsolete sigrok-commits mailing list.
22  * Build system:
23      - Use non-recursive Make setup.
24      - Simplify and/or improve various parts of the build system.
25      - configure: Check the sdcc version (bug #696).
26  * Add firmware files for FX2 devices with official sigrok VID/PID:
27      - 1D50:608C: fx2lafw-sigrok-fx2-8ch.fw
28      - 1D50:608D: fx2lafw-sigrok-fx2-16ch.fw
29    The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project:
30    http://wiki.openmoko.org/wiki/USB_Product_IDs
31
32 0.1.2 (2014-05-06)
33 ------------------
34
35  * Fix an issue which lead to the data pins not being tri-stated after an
36    aquisition (when the GPIF is idle) but rather being driven.
37  * Bump the firmware version (major.minor) to 1.1. This version is
38    backwards-compatible and doesn't require host-side (libsigrok) changes.
39
40 0.1.1 (2013-04-16)
41 ------------------
42
43  * Add support for the USBee DX. Only digital sampling is supported (as is
44    the case for all other supported devices so far). Analog data acquisition
45    is currently not implemented.
46  * Add support for devices with the older Cypress CY7C68013 (FX2) chip
47    instead of the more recent Cypress CY7C68013A (FX2LP). See also:
48    http://sigrok.org/wiki/Fx2lafw#Cypress_FX2_vs._FX2LP
49  * Convert to a standard autotools based build/configuration system.
50    Installation is now: ./configure && make && make install
51  * README: Update status, website URLs, requirements, etc.
52  * Add the usual HACKING, AUTHORS, and INSTALL files.
53  * Add a 'distbin' Make target, which creates a convenience tarball
54    containing just the generated *.fw files.
55  * Document the download location for the pre-built firmware files tarball.
56  * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
57    This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
58  * Add support for differently named sdcc tools on various distros.
59
60 0.1.0 (2012-07-24)
61 ------------------
62
63  * Initial release.
64