]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame - NEWS
NEWS: Add list of user-visible changes so far.
[sigrok-firmware-fx2lafw.git] / NEWS
CommitLineData
ca7b6c32
UH
10.1.3 (2015-11-26)
2------------------
3
4 * README: Drop references to obsolete sigrok-commits mailing list.
5 * Build system:
6 - Use non-recursive Make setup.
7 - Simplify and/or improve various parts of the build system.
8 - configure: Check the sdcc version (bug #696).
9 * Add firmware files for FX2 devices with official sigrok VID/PID:
10 - 1D50:608C: fx2lafw-sigrok-fx2-8ch.fw
11 - 1D50:608D: fx2lafw-sigrok-fx2-16ch.fw
12 The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project:
13 http://wiki.openmoko.org/wiki/USB_Product_IDs
14
75a66a81
UH
150.1.2 (2014-05-06)
16------------------
17
18 * Fix an issue which lead to the data pins not being tri-stated after an
19 aquisition (when the GPIF is idle) but rather being driven.
20 * Bump the firmware version (major.minor) to 1.1. This version is
21 backwards-compatible and doesn't require host-side (libsigrok) changes.
22
b77e3182 230.1.1 (2013-04-16)
0a7ae4e2
UH
24------------------
25
26 * Add support for the USBee DX. Only digital sampling is supported (as is
27 the case for all other supported devices so far). Analog data acquisition
28 is currently not implemented.
9e7a268d
UH
29 * Add support for devices with the older Cypress CY7C68013 (FX2) chip
30 instead of the more recent Cypress CY7C68013A (FX2LP). See also:
31 http://sigrok.org/wiki/Fx2lafw#Cypress_FX2_vs._FX2LP
0a7ae4e2
UH
32 * Convert to a standard autotools based build/configuration system.
33 Installation is now: ./configure && make && make install
34 * README: Update status, website URLs, requirements, etc.
35 * Add the usual HACKING, AUTHORS, and INSTALL files.
36 * Add a 'distbin' Make target, which creates a convenience tarball
37 containing just the generated *.fw files.
c610cc7e 38 * Document the download location for the pre-built firmware files tarball.
0a7ae4e2 39 * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
3bed3f21 40 This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
3a7ae082 41 * Add support for differently named sdcc tools on various distros.
0a7ae4e2 42
d319a25d 430.1.0 (2012-07-24)
6a90b4a9
UH
44------------------
45
46 * Initial release.
47