altos/stm32f4: Add usart driver for usart6
[fw/altos] / doc / release-notes-1.3.2.inc
1 = Release Notes for Version 1.3.2
2 :toc!:
3 :doctype: article
4
5     Version 1.3.2 is a minor release. It includes small bug fixes for
6     the TeleMega flight software and AltosUI ground station
7
8         == AltOS
9
10                 AltOS fixes:
11
12                 * On TeleMega, limit number of logged GPS status
13                   information to 12 satellites. That's all there is
14                   room for in the log structure.
15
16                 * Improve APRS behavior. Remembers last known GPS
17                   position and keeps sending that if we lose GPS
18                   lock. Marks locked/unlocked by sending L/U in the
19                   APRS comment field along with the number of sats in
20                   view and voltages.
21
22         == AltosUI Application
23
24                 AltosUI fixes:
25
26                 * If the TeleMega flight firmware reports that it has
27                   logged information about more than 12 satellites,
28                   don't believe it as the log only holds 12 satellite
29                   records.
30
31                 * Track the maximum height as computed from GPS
32                   altitude data and report that in the flight summary
33                   data.
34
35                 * Use letters (A, B, C, D) for alternate pyro channel
36                   names instead of numbers (0, 1, 2, 3) in the Fire
37                   Igniter dialog.