summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-18 23:33:28 -0800
committerKeith Packard <keithp@keithp.com>2011-01-18 23:33:28 -0800
commit096b75af9b2e1a648ff559ce791ae3ed3bd64f59 (patch)
treedda7173df2ae63fdaab022485082bc963cc6e1a3
parent421f0c72cf6c9622b21f482f48c75ba112664fdb (diff)
Add 0.9 feature list
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--AltOS/index.mdwn20
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