]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
NEWS: Add list of user-visible changes so far.
authorUwe Hermann <redacted>
Wed, 24 Jan 2018 18:44:20 +0000 (19:44 +0100)
committerUwe Hermann <redacted>
Fri, 26 Jan 2018 18:31:16 +0000 (19:31 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3a4a3840edc632593fd1bce581613ec7d4b4434e..5310490d8d2784c703da825309952187f1df4e8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+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)
 ------------------