]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame - NEWS
Add fx2lafw firmware for FX2 devices with sigrok VID/PID.
[sigrok-firmware-fx2lafw.git] / NEWS
CommitLineData
75a66a81
UH
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
b77e3182 90.1.1 (2013-04-16)
0a7ae4e2
UH
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.
9e7a268d
UH
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
0a7ae4e2
UH
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.
c610cc7e 24 * Document the download location for the pre-built firmware files tarball.
0a7ae4e2 25 * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
3bed3f21 26 This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
3a7ae082 27 * Add support for differently named sdcc tools on various distros.
0a7ae4e2 28
d319a25d 290.1.0 (2012-07-24)
6a90b4a9
UH
30------------------
31
32 * Initial release.
33