]> git.gag.com Git - web/altusmetrum/commitdiff
Add 0.9 feature list
authorKeith Packard <keithp@keithp.com>
Wed, 19 Jan 2011 07:33:28 +0000 (23:33 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 19 Jan 2011 07:33:28 +0000 (23:33 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
AltOS/index.mdwn

index b8437c88cff90919ae4fb52a24f2e0a4b4ff7e22..2374f79afe3c4c40c58514455a75080be40e949d 100644 (file)
@@ -35,6 +35,26 @@ debugging interface, which you can find on [git.gag.com](http://git.gag.com)
 in the project [fw/sdcc](http://git.gag.com/?p=fw/sdcc;a=summary).  This is
 not necessary if you just want to rebuild AltOS and use it.
 
+### Version 0.9 Features ###
+
+Version 0.9 adds a few new firmware features and accompanying AltosUI
+changes, along with new hardware support.
+
+ * Support for TeleMetrum v1.1 hardware. Sources for the flash memory
+   part used in v1.0 dried up, so v1.1 uses a different part which
+   required a new driver and support for explicit flight log erasing.
+
+ * Multiple flight log support. This stores more than one flight log
+   in the on-board flash memory. It also requires the user to
+   explicitly erase flights so that you won't lose flight logs just
+   because you fly the same board twice in one day.
+
+ * Telemetry support for devices with serial number >= 256. Previous
+   versions used a telemetry packet format that provided only 8 bits
+   for the device serial number. This change requires that both ends
+   of the telemetry link be running the 0.9 firmware or they will not
+   communicate.
+
 ### Version 0.8 Features ###
 
 Version 0.8 offers a major upgrade in the AltosUI