diff options
author | Bdale Garbee <bdale@gag.com> | 2011-01-19 12:59:49 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-01-19 12:59:49 -0700 |
commit | 5991171a68657cf75a5466e5e952e8a3ffe1b6da (patch) | |
tree | 9bf391bb8d343d381cf745f1f0a5b0c78485a930 /AltOS | |
parent | 21bc778c9717f031b901447fc81ac47724dc49f4 (diff) | |
parent | 096b75af9b2e1a648ff559ce791ae3ed3bd64f59 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/web/altusmetrum
Diffstat (limited to 'AltOS')
-rw-r--r-- | AltOS/index.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
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 |