]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame_incremental - NEWS
README: Any sdcc 3.x version works fine.
[sigrok-firmware-fx2lafw.git] / NEWS
... / ...
CommitLineData
10.1.2 (2014-05-06)
2------------------
3
4 * Fix an issue which lead to the data pins not being tri-stated after an
5 aquisition (when the GPIF is idle) but rather being driven.
6 * Bump the firmware version (major.minor) to 1.1. This version is
7 backwards-compatible and doesn't require host-side (libsigrok) changes.
8
90.1.1 (2013-04-16)
10------------------
11
12 * Add support for the USBee DX. Only digital sampling is supported (as is
13 the case for all other supported devices so far). Analog data acquisition
14 is currently not implemented.
15 * Add support for devices with the older Cypress CY7C68013 (FX2) chip
16 instead of the more recent Cypress CY7C68013A (FX2LP). See also:
17 http://sigrok.org/wiki/Fx2lafw#Cypress_FX2_vs._FX2LP
18 * Convert to a standard autotools based build/configuration system.
19 Installation is now: ./configure && make && make install
20 * README: Update status, website URLs, requirements, etc.
21 * Add the usual HACKING, AUTHORS, and INSTALL files.
22 * Add a 'distbin' Make target, which creates a convenience tarball
23 containing just the generated *.fw files.
24 * Document the download location for the pre-built firmware files tarball.
25 * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
26 This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
27 * Add support for differently named sdcc tools on various distros.
28
290.1.0 (2012-07-24)
30------------------
31
32 * Initial release.
33