]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blob - NEWS
Add CWAV USBee ZX firmware support.
[sigrok-firmware-fx2lafw.git] / NEWS
1 0.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
15 0.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
23 0.1.1 (2013-04-16)
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.
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
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.
38  * Document the download location for the pre-built firmware files tarball.
39  * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
40    This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
41  * Add support for differently named sdcc tools on various distros.
42
43 0.1.0 (2012-07-24)
44 ------------------
45
46  * Initial release.
47