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