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