]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame - NEWS
NEWS: Add list of user-visible changes so far.
[sigrok-firmware-fx2lafw.git] / NEWS
CommitLineData
1940f9fc
UH
10.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
ca7b6c32
UH
180.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
75a66a81
UH
320.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
b77e3182 400.1.1 (2013-04-16)
0a7ae4e2
UH
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.
9e7a268d
UH
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
0a7ae4e2
UH
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.
c610cc7e 55 * Document the download location for the pre-built firmware files tarball.
0a7ae4e2 56 * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
3bed3f21 57 This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
3a7ae082 58 * Add support for differently named sdcc tools on various distros.
0a7ae4e2 59
d319a25d 600.1.0 (2012-07-24)
6a90b4a9
UH
61------------------
62
63 * Initial release.
64