X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=NEWS;h=3a4a3840edc632593fd1bce581613ec7d4b4434e;hb=e583c3fcd0bd1e4a44846fba5e80bbea1ff215a2;hp=94e04448648714045a2f9cf8d5bb2edcb07ddc4f;hpb=b77e31824a872c9e80c0ee376479ecc9f337fc86;p=sigrok-firmware-fx2lafw.git diff --git a/NEWS b/NEWS index 94e04448..3a4a3840 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +0.1.5 (2017-06-12) +------------------ + + * Add FX2 firmware for the Hantek 6022BL USB scope/LA. + * HACKING: Update URL to Linux kernel coding style. + * Remove FSF postal address from boiler plate license text. + +0.1.4 (2016-10-31) +------------------ + + * Add FX2 firmware for the Hantek 6022BE and SainSmart DDS120 USB scopes. + These firmware files use the official sigrok USB VID/PID of 1D50:608E. + The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project: + http://wiki.openmoko.org/wiki/USB_Product_IDs + * Add analog channel support for the USBee AX (and potentially other devices). + Only one analog channel is supported. Switching channels (in case there + are multiple analog channels) is not yet implemented. + * Add support for the USBee ZX (bug #764). + * Use per-device USB product string descriptors. + * Bump the firmware version (major.minor) to 1.2. This version is + backwards-compatible and doesn't require host-side (libsigrok) changes. + * README: Update prebuilt firmware download location, other cleanups. + * HACKING: Prefer git pull requests over mailing list patches. + +0.1.3 (2015-11-26) +------------------ + + * README: Drop references to obsolete sigrok-commits mailing list. + * Build system: + - Use non-recursive Make setup. + - Simplify and/or improve various parts of the build system. + - configure: Check the sdcc version (bug #696). + * Add firmware files for FX2 devices with official sigrok VID/PID: + - 1D50:608C: fx2lafw-sigrok-fx2-8ch.fw + - 1D50:608D: fx2lafw-sigrok-fx2-16ch.fw + The USB VID/PID pairs are allocated for fx2lafw via the OpenMoko project: + http://wiki.openmoko.org/wiki/USB_Product_IDs + +0.1.2 (2014-05-06) +------------------ + + * Fix an issue which lead to the data pins not being tri-stated after an + aquisition (when the GPIF is idle) but rather being driven. + * Bump the firmware version (major.minor) to 1.1. This version is + backwards-compatible and doesn't require host-side (libsigrok) changes. + 0.1.1 (2013-04-16) ------------------