From 1178b8a113642fd74fefc315df597bf54dd1d1fd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 5 Sep 2016 21:29:48 -0600 Subject: releasing 1.6.8 --- MicroPeak/releases/1.6.8.mdwn | 10 ++++++++ MicroPeak/releases/1.6.8/MicroPeak-Linux-1.6.8.sh | Bin 0 -> 5896750 bytes MicroPeak/releases/1.6.8/MicroPeak-Mac-1.6.8.dmg | Bin 0 -> 6776832 bytes .../releases/1.6.8/MicroPeak-Windows-1-6-8.exe | Bin 0 -> 8490763 bytes MicroPeak/releases/1.6.8/release-notes-1.6.8.html | 26 +++++++++++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 MicroPeak/releases/1.6.8.mdwn create mode 100755 MicroPeak/releases/1.6.8/MicroPeak-Linux-1.6.8.sh create mode 100644 MicroPeak/releases/1.6.8/MicroPeak-Mac-1.6.8.dmg create mode 100644 MicroPeak/releases/1.6.8/MicroPeak-Windows-1-6-8.exe create mode 100644 MicroPeak/releases/1.6.8/release-notes-1.6.8.html (limited to 'MicroPeak') diff --git a/MicroPeak/releases/1.6.8.mdwn b/MicroPeak/releases/1.6.8.mdwn new file mode 100644 index 0000000..9f17fc3 --- /dev/null +++ b/MicroPeak/releases/1.6.8.mdwn @@ -0,0 +1,10 @@ +------------------------------------- +### MicroPeak version 1.6.8 ### + +- Available Downloads: + - [Windows](/MicroPeak/releases/1.6.8/MicroPeak-Windows-1-6-8.exe) + - [Linux](/MicroPeak/releases/1.6.8/MicroPeak-Linux-1.6.8.sh) + - [Mac OS X](/MicroPeak/releases/1.6.8/MicroPeak-Mac-1.6.8.dmg) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.8;sf=tgz) + +[[!inline pages="./1.6.8/release-notes-1.6.8.html" rss="no" raw="yes" ]] diff --git a/MicroPeak/releases/1.6.8/MicroPeak-Linux-1.6.8.sh b/MicroPeak/releases/1.6.8/MicroPeak-Linux-1.6.8.sh new file mode 100755 index 0000000..3a3f6fd Binary files /dev/null and b/MicroPeak/releases/1.6.8/MicroPeak-Linux-1.6.8.sh differ diff --git a/MicroPeak/releases/1.6.8/MicroPeak-Mac-1.6.8.dmg b/MicroPeak/releases/1.6.8/MicroPeak-Mac-1.6.8.dmg new file mode 100644 index 0000000..689e352 Binary files /dev/null and b/MicroPeak/releases/1.6.8/MicroPeak-Mac-1.6.8.dmg differ diff --git a/MicroPeak/releases/1.6.8/MicroPeak-Windows-1-6-8.exe b/MicroPeak/releases/1.6.8/MicroPeak-Windows-1-6-8.exe new file mode 100644 index 0000000..5e59c80 Binary files /dev/null and b/MicroPeak/releases/1.6.8/MicroPeak-Windows-1-6-8.exe differ diff --git a/MicroPeak/releases/1.6.8/release-notes-1.6.8.html b/MicroPeak/releases/1.6.8/release-notes-1.6.8.html new file mode 100644 index 0000000..efee5f9 --- /dev/null +++ b/MicroPeak/releases/1.6.8/release-notes-1.6.8.html @@ -0,0 +1,26 @@ + +Release Notes for Version 1.6.8

Release Notes for Version 1.6.8


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.

1. 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. +

2. 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. +
\ No newline at end of file -- cgit v1.2.3