]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blob - NEWS
Prepare for the 0.1.1 release.
[sigrok-firmware-fx2lafw.git] / NEWS
1 0.1.1 (2013-04-16)
2 ------------------
3
4  * Add support for the USBee DX. Only digital sampling is supported (as is
5    the case for all other supported devices so far). Analog data acquisition
6    is currently not implemented.
7  * Add support for devices with the older Cypress CY7C68013 (FX2) chip
8    instead of the more recent Cypress CY7C68013A (FX2LP). See also:
9    http://sigrok.org/wiki/Fx2lafw#Cypress_FX2_vs._FX2LP
10  * Convert to a standard autotools based build/configuration system.
11    Installation is now: ./configure && make && make install
12  * README: Update status, website URLs, requirements, etc.
13  * Add the usual HACKING, AUTHORS, and INSTALL files.
14  * Add a 'distbin' Make target, which creates a convenience tarball
15    containing just the generated *.fw files.
16  * Document the download location for the pre-built firmware files tarball.
17  * If 'objcopy' is not found, try to use sdcc's 'makebin' instead.
18    This fixes the build e.g. on some Mac OS X systems without 'objcopy'.
19  * Add support for differently named sdcc tools on various distros.
20
21 0.1.0 (2012-07-24)
22 ------------------
23
24  * Initial release.
25