altos: Remove pdclib bits from Makefile
[fw/altos] / doc / release-notes-1.6.4.inc
1 = Release Notes for Version 1.6.4
2 :toc!:
3 :doctype: article
4
5         Version 1.6.4 fixes a bluetooth communication problem with
6         TeleBT v1.0 devices, along with some altosui and altosdroid
7         minor nits. It also now ships firmware for some newer devices.
8
9         == AltOS
10
11         AltOS fixes:
12
13         * Fix hardware flow control on TeleBT v1.0. Hardware RTS/CTS
14           doesn't seem to work, switch from using the hardware to
15           driving these pins with software.
16
17         * Fix ARM USB drivers to deal with OS restarts. Needed to
18           reset all USB-related state when the USB bus is reset. These
19           fixes affect all STM32L, STM32F0 and LPC11U14 based devices.
20
21         == AltosUI, TeleGPS and AltosDroid Applications
22
23         AltosUI, TeleGPS and AltosDroid New Features:
24
25         * Automatically switch from meters or feet to kilometers or
26           miles for distance units.
27
28         * Add Monitor Idle mode to TeleGPS application.
29
30         AltosUI, TeleGPS and AltosDroid Fixes:
31
32         * Abort map preloading when the preload map dialog is closed.
33
34         * In AltosDroid, Don't reconnect to last device if the user
35           had disconnected it the last time the application was
36           active.
37
38         == Documentation
39
40         * Mention TeleMega v2.0 in hardware specs table.
41
42         * Document TeleGPS RF output in telegps manual.