summaryrefslogtreecommitdiff
path: root/doc/release-notes-1.6.8.inc
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2016-09-05 20:59:11 -0600
committerBdale Garbee <bdale@gag.com>2016-09-05 20:59:11 -0600
commitc0ad087008856cfc2233b977abfc3f1dcbaccdcc (patch)
treeadc46abc430793112858ce5d1822d3fe0a395e71 /doc/release-notes-1.6.8.inc
parent148b013dd29c26920ddfb53449ed4d8cc5a4b5ee (diff)
parent4fdf8ca9ca1cd5a84b03bd7a03c5806af64b413d (diff)
Merge branch 'master' into branch-1.6
Diffstat (limited to 'doc/release-notes-1.6.8.inc')
-rw-r--r--doc/release-notes-1.6.8.inc40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/release-notes-1.6.8.inc b/doc/release-notes-1.6.8.inc
new file mode 100644
index 00000000..8e37fe69
--- /dev/null
+++ b/doc/release-notes-1.6.8.inc
@@ -0,0 +1,40 @@
+= Release Notes for Version 1.6.8
+:toc!:
+:doctype: article
+
+ Version 1.6.8 fixes a TeleMega and TeleMetrum v2.0 bug where
+ the device could stop logging data and transmitting
+ telemetry in flight. All TeleMega v1.0, v2.0 and TeleMetrum
+ v2.0 users should update their flight firmware.
+
+ == AltOS
+
+ AltOS fixes:
+
+ * Fix STM32L DMA driver to work around STM32L SoC DMA priority
+ issue t lock-up in the logging or radio code, either of
+ which could stop data logging and telemetry.
+
+ * Avoid having TeleBT battery status values smash telemetry
+ packet data by holding a lock during both operations.
+
+ * Don't start reporting 'flight 0' when the log fills in
+ flight.
+
+ AltOS changes:
+
+ * Flash LEDS on all products briefly during power up so that
+ they can be tested during production.
+
+ == AltosUI, TeleGPS and AltosDroid Applications
+
+ AltosUI fixes:
+
+ * Re-enable go/no-go entries after they've been disabled due
+ to lack of data. If telemetry information is delayed when
+ the Ui starts up, sometimes important fields would get
+ disabled to never re-appear.
+
+ * Deal with ground station failure better during Configure
+ Ground Station operation by cleaning up pending operations.
+