From d01f596d761ba29f65593329ee7472cf96459038 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 17 Jun 2016 10:27:41 -0600 Subject: first part of 1.6.4 release --- MicroPeak/releases/1.6.4.mdwn | 10 ++++++++ MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh | Bin 0 -> 5886003 bytes MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg | Bin 0 -> 6768640 bytes .../releases/1.6.4/MicroPeak-Windows-1-6-4.exe | Bin 0 -> 8481591 bytes MicroPeak/releases/1.6.4/release-notes-1.6.4.html | 27 +++++++++++++++++++++ 5 files changed, 37 insertions(+) create mode 100644 MicroPeak/releases/1.6.4.mdwn create mode 100755 MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh create mode 100644 MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg create mode 100644 MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe create mode 100644 MicroPeak/releases/1.6.4/release-notes-1.6.4.html (limited to 'MicroPeak') diff --git a/MicroPeak/releases/1.6.4.mdwn b/MicroPeak/releases/1.6.4.mdwn new file mode 100644 index 0000000..4703248 --- /dev/null +++ b/MicroPeak/releases/1.6.4.mdwn @@ -0,0 +1,10 @@ +------------------------------------- +### MicroPeak version 1.6.4 ### + +- Available Downloads: + - [Windows](/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe) + - [Linux](/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh) + - [Mac OS X](/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.4;sf=tgz) + +[[!inline pages="./1.6.4/release-notes-1.6.4.html" rss="no" raw="yes" ]] diff --git a/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh b/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh new file mode 100755 index 0000000..f0b14ef Binary files /dev/null and b/MicroPeak/releases/1.6.4/MicroPeak-Linux-1.6.4.sh differ diff --git a/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg b/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg new file mode 100644 index 0000000..9478f31 Binary files /dev/null and b/MicroPeak/releases/1.6.4/MicroPeak-Mac-1.6.4.dmg differ diff --git a/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe b/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe new file mode 100644 index 0000000..5bfdf05 Binary files /dev/null and b/MicroPeak/releases/1.6.4/MicroPeak-Windows-1-6-4.exe differ diff --git a/MicroPeak/releases/1.6.4/release-notes-1.6.4.html b/MicroPeak/releases/1.6.4/release-notes-1.6.4.html new file mode 100644 index 0000000..95ab79b --- /dev/null +++ b/MicroPeak/releases/1.6.4/release-notes-1.6.4.html @@ -0,0 +1,27 @@ + +Release Notes for Version 1.6.4

Release Notes for Version 1.6.4


Version 1.6.4 fixes a bluetooth communication problem with +TeleBT v1.0 devices, along with some altosui and altosdroid +minor nits. It also now ships firmware for some newer devices.

1. AltOS

AltOS fixes:

  • +Fix hardware flow control on TeleBT v1.0. Hardware RTS/CTS +doesn’t seem to work, switch from using the hardware to +driving these pins with software. +
  • +Fix ARM USB drivers to deal with OS restarts. Needed to +reset all USB-related state when the USB bus is reset. These +fixes affect all STM32L, STM32F0 and LPC11U14 based devices. +

2. AltosUI, TeleGPS and AltosDroid Applications

AltosUI, TeleGPS and AltosDroid New Features:

  • +Automatically switch from meters or feet to kilometers or +miles for distance units. +
  • +Add Monitor Idle mode to TeleGPS application. +

AltosUI, TeleGPS and AltosDroid Fixes:

  • +Abort map preloading when the preload map dialog is closed. +
  • +In AltosDroid, Don’t reconnect to last device if the user +had disconnected it the last time the application was +active. +

3. Documentation

  • +Mention TeleMega v2.0 in hardware specs table. +
  • +Document TeleGPS RF output in telegps manual. +
\ No newline at end of file -- cgit v1.2.3