From 6a6da23335e6e5864387c7a22946f80f51056a4f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 10 May 2016 12:29:14 -0700 Subject: Add TeleMega to spec list. Add TeleGPS RF output. Signed-off-by: Keith Packard --- doc/specs.inc | 9 +++++++++ doc/telegps-specs.inc | 5 +++++ 2 files changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/specs.inc b/doc/specs.inc index a6c7b69a..c335b081 100644 --- a/doc/specs.inc +++ b/doc/specs.inc @@ -79,6 +79,15 @@ |8MB |40mW |3.7V + + |TeleMega v2.0 + |MS5607 30km (100k') + |MMA6555 102g + |uBlox Max-7Q + |MPU6000 HMC5883 + |8MB + |40mW + |3.7V endif::telemega[] ifdef::easymega[] diff --git a/doc/telegps-specs.inc b/doc/telegps-specs.inc index 6ff8c76f..417a9708 100644 --- a/doc/telegps-specs.inc +++ b/doc/telegps-specs.inc @@ -5,6 +5,11 @@ TeleGPS uses the u-Blox Max-7Q GPS receiver. + === 70cm Transmitter + + TeleGPS uses a TI CC115L transmitter. This radio + produces 10mW of RF output. + === Micro-controller TeleGPS uses an NXP LPC11U14 micro-controller. This -- cgit v1.2.3 From 471091d0fddf09ed69df75e4f2fdd92e5f57b9c5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 10 May 2016 23:13:14 -0700 Subject: doc: Start update for 1.6.4 Signed-off-by: Keith Packard --- doc/Makefile | 1 + doc/altusmetrum-docinfo.xml | 8 ++++++++ doc/release-notes-1.6.4.inc | 32 ++++++++++++++++++++++++++++++++ doc/release-notes.inc | 5 +++++ doc/telegps-docinfo.xml | 8 ++++++++ 5 files changed, 54 insertions(+) create mode 100644 doc/release-notes-1.6.4.inc (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index ed06006a..31bc08d8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ # RELNOTES_INC=\ + release-notes-1.6.4.inc \ release-notes-1.6.3.inc \ release-notes-1.6.2.inc \ release-notes-1.6.1.inc \ diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 5473dd66..1b8ff68d 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -46,6 +46,14 @@ + + 1.6.4 + 10 May 2016 + + Minor release fixing TeleBT v1.0 flow control and a few minor + application bugs. + + 1.6.3 21 April 2016 diff --git a/doc/release-notes-1.6.4.inc b/doc/release-notes-1.6.4.inc new file mode 100644 index 00000000..faa57e94 --- /dev/null +++ b/doc/release-notes-1.6.4.inc @@ -0,0 +1,32 @@ += Release Notes for Version 1.6.4 +:toc!: +:doctype: article + + 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. + + == 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. + + == AltosUI, TeleGPS and AltosDroid Applications + + AltosUI and TeleGPS New Features: + + * Automatically switch from meters or feet to kilometers or + miles for distance units. + + AltosUI and TeleGPS Fixes: + + * Abort map preloading when the preload map dialog is closed. + + == Documentation + + * Mention TeleMega v2.0 in hardware specs table. + + * Document TeleGPS RF output in telegps manual. diff --git a/doc/release-notes.inc b/doc/release-notes.inc index 35ffa0d1..6ac90cfd 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -1,6 +1,11 @@ [appendix] == Release Notes + :leveloffset: 2 + include::release-notes-1.6.4.raw[] + + <<<< + :leveloffset: 2 include::release-notes-1.6.3.raw[] diff --git a/doc/telegps-docinfo.xml b/doc/telegps-docinfo.xml index 4ba3f73c..1ef088fe 100644 --- a/doc/telegps-docinfo.xml +++ b/doc/telegps-docinfo.xml @@ -37,6 +37,14 @@ + + 1.6.4 + 10 May 2016 + + Minor release fixing TeleBT v1.0 flow control and a few minor + application bugs. + + 1.6.1 15 July 2015 -- cgit v1.2.3 From f5944ba4eb3f419f8cad461872d048b5adf7b566 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 26 May 2016 14:33:44 -0700 Subject: doc: pad/idle indicator table was busted I stuck a pile of extra '|' characters in the table by mistake. Reported-by: Stan Signed-off-by: Keith Packard --- doc/usage.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/usage.inc b/doc/usage.inc index 25fdd6d3..29587b7e 100644 --- a/doc/usage.inc +++ b/doc/usage.inc @@ -167,13 +167,15 @@ signals, but no record of the flight will be stored in on-board flash. + ifdef::easymega,telemega[] |Additional Igniters |four very short beeps |Continuity indication for the four additional pyro - |channels on TeleMega and EasyMega. One high tone for - |no continuity, one low tone for continuity. These are - |produced after the continuity indicators for the two - |primary igniter channels. + channels on TeleMega and EasyMega. One high tone for + no continuity, one low tone for continuity. These are + produced after the continuity indicators for the two + primary igniter channels. + endif::easymega,telemega[] |==== -- cgit v1.2.3 From 1de8b6c340cec0b5a327392686c5a4e00f201e98 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 15 Jun 2016 22:39:31 -0700 Subject: doc: Updates to 1.6.4 release notes. Note USB fixes for host reboot and other changes. Signed-off-by: Keith Packard --- doc/release-notes-1.6.4.inc | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3