From: Keith Packard Date: Wed, 19 Jan 2011 07:33:28 +0000 (-0800) Subject: Add 0.9 feature list X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=096b75af9b2e1a648ff559ce791ae3ed3bd64f59;p=web%2Faltusmetrum Add 0.9 feature list Signed-off-by: Keith Packard --- diff --git a/AltOS/index.mdwn b/AltOS/index.mdwn index b8437c8..2374f79 100644 --- a/AltOS/index.mdwn +++ b/AltOS/index.mdwn @@ -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