diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-18 12:05:10 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-18 12:05:10 -0800 |
commit | 152d978dc4be49b6b764e5e1966bd860c46054ea (patch) | |
tree | 61b6ef57489594899cf4ab343c035e404540c795 /doc/release-notes-1.3.xsl | |
parent | 71705532374f222e51c66e2f1214dd01b3efc8bd (diff) |
doc: Start work on 1.3 doc updates
Add 1.3 release notes.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/release-notes-1.3.xsl')
-rw-r--r-- | doc/release-notes-1.3.xsl | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/doc/release-notes-1.3.xsl b/doc/release-notes-1.3.xsl new file mode 100644 index 00000000..149e024e --- /dev/null +++ b/doc/release-notes-1.3.xsl @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" +"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd"> + +<article> + <para> + Version 1.3 is a major release. It adds support for TeleMega, + TeleMetrum v2.0, TeleMini v2.0 and EasyMini. + </para> + <para> + AltOS Firmware Changes + <itemizedlist> + <listitem> + Add STM32L processor support. This includes enhancements to + the scheduler to support products with many threads. + </listitem> + <listitem> + Add NXP LPC11U14 processor support. + </listitem> + <listitem> + Support additional pyro channels. These are configurable + through the UI to handle air starts, staging, additional + recovery events and external devices such as cameras. + </listitem> + <listitem> + Add 3-axis gyro support for orientation tracking. This + integrates the gyros to compute the angle from vertical during + flight, allowing the additional pyro events to be controlled + by this value. + </listitem> + <listitem> + Many more device drivers, including u-Blox Max 7Q GPS, + Freescale MMA6555 digital single-axis accelerometer, + Invensense MPU6000 3-axis accelerometer + 3 axis gyro, + Honeywell HMC5883 3-axis magnetic sensor and the TI CC1120 and + CC115L digital FM transceivers + </listitem> + </itemizedlist> + </para> + <para> + AltosUI changes + <itemizedlist> + <listitem> + Support TeleMega, TeleMetrum v2.0, TeleMini v2.0 and EasyMini telemetry and log formats. + </listitem> + <listitem> + Use preferred units for main deployment height configuration, + instead of always doing configuration in meters. + </listitem> + </itemizedlist> + </para> + <para> + MicroPeak UI changes + <itemizedlist> + <listitem> + Add 'Download' button to menu bar. + </listitem> + <listitem> + Save the last log directory and offer that as the default for new downloads + </listitem> + </itemizedlist> + </para> +</article> |