diff options
| author | Keith Packard <keithp@keithp.com> | 2016-06-15 22:39:31 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-06-15 22:39:31 -0700 | 
| commit | 1de8b6c340cec0b5a327392686c5a4e00f201e98 (patch) | |
| tree | a23e95615448276a46370775c89d7795e200f8ef | |
| parent | f28db1102685c87b9f4278268f7e91f5df18374a (diff) | |
doc: Updates to 1.6.4 release notes.
Note USB fixes for host reboot and other changes.
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | doc/release-notes-1.6.4.inc | 20 | 
1 files changed, 15 insertions, 5 deletions
| diff --git a/doc/release-notes-1.6.4.inc b/doc/release-notes-1.6.4.inc index faa57e94..f976a69d 100644 --- a/doc/release-notes-1.6.4.inc +++ b/doc/release-notes-1.6.4.inc @@ -4,27 +4,37 @@  	Version 1.6.4 fixes a bluetooth communication problem with  	TeleBT v1.0 devices, along with some altosui and altosdroid -	minor nits. Ship firmware for some newer devices. +	minor nits. It also now ships firmware for some newer devices.  	== 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. +	  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.  	== AltosUI, TeleGPS and AltosDroid Applications -	AltosUI and TeleGPS New Features: +	AltosUI, TeleGPS and AltosDroid New Features:  	* Automatically switch from meters or feet to kilometers or            miles for distance units. -	AltosUI and TeleGPS Fixes: +	* 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. +  	== Documentation  	* Mention TeleMega v2.0 in hardware specs table. | 
