java: Add -target 1.6 to all java compiles
[fw/altos] / doc / release-notes-1.3.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4
5 <article>
6   <para>
7     Version 1.3 is a major release. It adds support for TeleMega,
8     TeleMetrum v2.0, TeleMini v2.0 and EasyMini.
9   </para>
10   <para>
11     AltOS Firmware Changes
12     <itemizedlist>
13       <listitem>
14         <para>
15           Add STM32L processor support. This includes enhancements to
16           the scheduler to support products with many threads.
17         </para>
18       </listitem>
19       <listitem>
20         <para>
21           Add NXP LPC11U14 processor support.
22         </para>
23       </listitem>
24       <listitem>
25         <para>
26           Support additional pyro channels. These are configurable
27           through the UI to handle air starts, staging, additional
28           recovery events and external devices such as cameras.
29         </para>
30       </listitem>
31       <listitem>
32         <para>
33           Add 3-axis gyro support for orientation tracking. This
34           integrates the gyros to compute the angle from vertical during
35           flight, allowing the additional pyro events to be controlled
36           by this value.
37         </para>
38       </listitem>
39       <listitem>
40         <para>
41           Many more device drivers, including u-Blox Max 7Q GPS,
42           Freescale MMA6555 digital single-axis accelerometer,
43           Invensense MPU6000 3-axis accelerometer + 3 axis gyro,
44           Honeywell HMC5883 3-axis magnetic sensor and the TI CC1120 and
45           CC115L digital FM transceivers
46         </para>
47       </listitem>
48     </itemizedlist>
49   </para>
50   <para>
51     AltosUI changes
52     <itemizedlist>
53       <listitem>
54         <para>
55           Support TeleMega, TeleMetrum v2.0, TeleMini v2.0 and EasyMini telemetry and log formats.
56         </para>
57       </listitem>
58       <listitem>
59         <para>
60           Use preferred units for main deployment height configuration,
61           instead of always doing configuration in meters.
62         </para>
63       </listitem>
64     </itemizedlist>
65   </para>
66   <para>
67     MicroPeak UI changes
68     <itemizedlist>
69       <listitem>
70         <para>
71           Add 'Download' button to menu bar.
72         </para>
73       </listitem>
74       <listitem>
75         <para>
76           Save the last log directory and offer that as the default for new downloads
77         </para>
78       </listitem>
79     </itemizedlist>
80   </para>
81 </article>