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