summaryrefslogtreecommitdiff
path: root/AltOS
diff options
context:
space:
mode:
Diffstat (limited to 'AltOS')
-rw-r--r--AltOS/index.mdwn19
1 files changed, 7 insertions, 12 deletions
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