altosdroid: Deal with AltosState changes
[fw/altos] / doc / release-notes-0.9.inc
1 = Release Notes for Version 0.9
2 :toc!:
3 :doctype: article
4
5         Version 0.9 adds a few new firmware features and accompanying
6         AltosUI changes, along with new hardware support.
7
8         == AltOS
9
10         * Support for TeleMetrum v1.1 hardware. Sources for the flash
11           memory part used in v1.0 dried up, so v1.1 uses a different
12           part which required a new driver and support for explicit
13           flight log erasing.
14
15         * Multiple flight log support. This stores more than one
16           flight log in the on-board flash memory. It also requires
17           the user to explicitly erase flights so that you won't lose
18           flight logs just because you fly the same board twice in one
19           day.
20
21         * Telemetry support for devices with serial number >= 256.
22           Previous versions used a telemetry packet format that
23           provided only 8 bits for the device serial number. This
24           change requires that both ends of the telemetry link be
25           running the 0.9 firmware or they will not communicate.
26
27         == AltosUI Application
28
29         * Support for telemetry format changes.
30
31         * Support for multiple flight logs.