diff options
author | Keith Packard <keithp@keithp.com> | 2015-10-31 21:34:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 |
commit | ce297f14ff54d230d01fb6dedaafca571e8b836b (patch) | |
tree | 60f23cba6be2e6265f8e2b51df6785e1721d85ff /doc/release-notes-1.3.xsl | |
parent | 9aed128dc0aab5d49e1b3264c864a6c3e929bffe (diff) |
doc: Finish converting docs to asciidoc format
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 | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/doc/release-notes-1.3.xsl b/doc/release-notes-1.3.xsl deleted file mode 100644 index 3bc4857f..00000000 --- a/doc/release-notes-1.3.xsl +++ /dev/null @@ -1,81 +0,0 @@ -<?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> - <para> - Add STM32L processor support. This includes enhancements to - the scheduler to support products with many threads. - </para> - </listitem> - <listitem> - <para> - Add NXP LPC11U14 processor support. - </para> - </listitem> - <listitem> - <para> - Support additional pyro channels. These are configurable - through the UI to handle air starts, staging, additional - recovery events and external devices such as cameras. - </para> - </listitem> - <listitem> - <para> - 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. - </para> - </listitem> - <listitem> - <para> - 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 - </para> - </listitem> - </itemizedlist> - </para> - <para> - AltosUI changes - <itemizedlist> - <listitem> - <para> - Support TeleMega, TeleMetrum v2.0, TeleMini v2.0 and EasyMini telemetry and log formats. - </para> - </listitem> - <listitem> - <para> - Use preferred units for main deployment height configuration, - instead of always doing configuration in meters. - </para> - </listitem> - </itemizedlist> - </para> - <para> - MicroPeak UI changes - <itemizedlist> - <listitem> - <para> - Add 'Download' button to menu bar. - </para> - </listitem> - <listitem> - <para> - Save the last log directory and offer that as the default for new downloads - </para> - </listitem> - </itemizedlist> - </para> -</article> |