From abcedc4b49ce77607ef95abf69479dc1d2c1b76d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 22 May 2017 14:36:46 -0700 Subject: doc: Add telegps outline Signed-off-by: Keith Packard --- doc/Makefile | 3 ++- doc/telegps-outline.txt | 9 +++++++++ doc/telegps.svg | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 doc/telegps-outline.txt create mode 100644 doc/telegps.svg (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 0d01279f..bbda6301 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -167,7 +167,8 @@ OUTLINE_TXT_FILES=\ telemega-outline.txt \ telemetrum-outline.txt \ telemini-v1-outline.txt \ - telemini-v3-outline.txt + telemini-v3-outline.txt \ + telegps-outline.txt OUTLINE_RAW_FILES=$(OUTLINE_TXT_FILES:.txt=.raw) diff --git a/doc/telegps-outline.txt b/doc/telegps-outline.txt new file mode 100644 index 00000000..bd1495be --- /dev/null +++ b/doc/telegps-outline.txt @@ -0,0 +1,9 @@ += TeleGPS Outline and Hole Pattern +:doctype: article + + This image, when printed, provides a precise template for the + mounting holes in TeleGPS. TeleGPS has overall dimensions + of 1.000 x 1.500 inches, and the mounting holes are sized for + use with 4-40 or M3 screws. + + image::telegps.svg[align="center"] diff --git a/doc/telegps.svg b/doc/telegps.svg new file mode 100644 index 00000000..702265cc --- /dev/null +++ b/doc/telegps.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + TeleGPS + + UP + + + -- cgit v1.2.3 From 243c1e519d41b45765d4edf5f608655d6ab01eff Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 12 Aug 2017 00:06:26 -0400 Subject: doc: Add 1.8 release notes Signed-off-by: Keith Packard --- doc/Makefile | 1 + doc/release-notes-1.8.inc | 33 +++++++++++++++++++++++++++++++++ doc/release-notes.inc | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 doc/release-notes-1.8.inc (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index bbda6301..a09380cf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ # RELNOTES_INC=\ + release-notes-1.8.inc \ release-notes-1.7.inc \ release-notes-1.6.8.inc \ release-notes-1.6.5.inc \ diff --git a/doc/release-notes-1.8.inc b/doc/release-notes-1.8.inc new file mode 100644 index 00000000..0255c16b --- /dev/null +++ b/doc/release-notes-1.8.inc @@ -0,0 +1,33 @@ += Release Notes for Version 1.8 +:toc!: +:doctype: article + + Version 1.8 includes support for our new TeleBT v4.0 ground + station, updates for data analysis in our ground station + software and bug fixes in in the flight software for all our + boards and ground station interfaces. + + == AltOS + + AltOS New Features + + * Add support for TeleBT v4.0 boards. + + == AltosUI and TeleGPS Applications + + AltosUI New Features + + * Add support for TeleBT v4.0 hardware + + * Rewrite graphing and export functions. This code now handles + each data series separately so that graphs are drawn + correctly. Smoothing now uses a filter that looks both + forward and backwards in time to make computed speed and + acceleration data more accurate. + + AltosUI Bug Fixes + + * Correct axis labeling of magnetic sensor in TeleMega and + EasyMega. The Y and Z axes were flipped. + + diff --git a/doc/release-notes.inc b/doc/release-notes.inc index 86ce95d3..e52e36b5 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -1,6 +1,11 @@ [appendix] == Release Notes + :leveloffset: 2 + include::release-notes-1.8.raw[] + + <<<< + :leveloffset: 2 include::release-notes-1.7.raw[] -- cgit v1.2.3 From dbcb68f684a96d13efeb9993685f61b27b45e7dc Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 12 Aug 2017 00:21:43 -0400 Subject: update docinfo file for 1.8 release --- doc/altusmetrum-docinfo.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml index 2475b5f1..3c230f1a 100644 --- a/doc/altusmetrum-docinfo.xml +++ b/doc/altusmetrum-docinfo.xml @@ -46,6 +46,13 @@ + + 1.8 + 12 Aug 2017 + + Add support for TeleBT v4.0, updates in data analysis code + + 1.7 21 Apr 2017 -- cgit v1.2.3