From: Bdale Garbee Date: Fri, 3 Sep 2010 03:14:32 +0000 (-0400) Subject: more cleanups X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6c9e1c8b07655e7599304a7235e0c3c62c86032c;p=web%2Faltusmetrum more cleanups --- diff --git a/AltOS/index.mdwn b/AltOS/index.mdwn index 30a9279..5cf28c3 100644 --- a/AltOS/index.mdwn +++ b/AltOS/index.mdwn @@ -1,12 +1,7 @@ # AltOS -This is Keith's "operating system" for [TeleMetrum](../TeleMetrum/). - -## Motivation ## - -[FreeRTOS](http://freertos.org) turned out to be too heavy for our needs, so -Keith started over from scratch and wrote something that does just what we -needed. +AltOS is the name of Keith's firmware "operating system" for +[TeleMetrum](../TeleMetrum/) and [TeleDongle](../TeleDongle/). In addition to the firmware for [TeleMetrum](../TeleMetrum) and [TeleDongle](../TeleDongle) boards, the AltOS source tree also includes a @@ -14,21 +9,21 @@ number of utilities useful for monitoring and logging telemetry during flight, post-processing flight data for analysis, and utilities for updating firmware, and developing and debugging new functionality. The first generation of these utilities were Linux-only, but our current second-generation software written -largely in [Java](http://java.com) with a small platform-specific library on -each supported operating system works absolutely identically on Windows, Mac, -and Linux systems! +largely in [Java](http://java.com) with a small platform-specific library +works identically on Windows, Mac, and Linux systems! ## Features ## ### User View ### +Documentation is coming soon, but in the meantime, +most operations in the second-generation GUI are pretty easy to figure out. + ### Developer View ### * Licenses * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -## Problems ## - ## Artifacts ## The source is available from [git.gag.com](http://git.gag.com) in the project