X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=NEWS;h=a6566877c415d6ef527903d458d7171dd3fb99c1;hb=HEAD;hp=905fac58ce385a655ff2e060758210c68fb9e6c6;hpb=1940f9fc5f94c31b9ac1172bdcbfdf775e8dd346;p=sigrok-firmware-fx2lafw.git diff --git a/NEWS b/NEWS index 905fac58..a6566877 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +------------------ + * Add firmware for the Instrustar ISDS205B + +0.1.7 (2019-11-14) +------------------ + + * Add firmware for the YiXingDianZi MDSO (VID/PID: 1D50:608E). + * Sainsmart DDS120: Fix the 1kHz reference signal. + * Hantek 6022BL: Fix the voltage range selection (bug #1360). + * Allow LA captures at 48MHz samplerate (as long as bus conditions permit). + * Updated build requirement: sdcc >= 3.4.0 (bug #1326). + * Fix a build issue with sdcc >= 3.9.0 (bug #1404). + * Bump the firmware version (major.minor) to 1.4. This version is + backwards-compatible and doesn't require host-side (libsigrok) changes. + +0.1.6 (2018-01-26) +------------------ + + * Fix an issue with FX2 based logic analyzers that could cause non-working + and/or prematurely aborted acquisitions (bug #655). + * FX2 based logic analyzers will now toggle pin PA1 during acquisition, + and keep it high while idle. On fx2grok-tiny and fx2grok-flat devices + there's a LED connected to PA1. Thus, those devices will visually indicate + whether a firmware has been uploaded (LED will light up and stay like that + while the device is idle). During any acquisition the LED will blink. + * Refactor the oscilloscope code to avoid duplication (bug #984). + * Fix a 'make distclean' error. + * Fix a compiler warning with recent sdcc versions (e.g. v3.6.9). + +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) ------------------