summaryrefslogtreecommitdiff
path: root/AltOS
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-05-15 11:53:28 -0600
committerBdale Garbee <bdale@gag.com>2009-05-15 11:53:28 -0600
commite58895c453c1ed55c5cb7f80fede2caae04700c7 (patch)
treebdfe417c2c64822bbde0e7d738fc8805b9306690 /AltOS
parent2975fc5e2b02b02835bb1f485ca86bcb9b05ca52 (diff)
keep track of where the various units have gone
Diffstat (limited to 'AltOS')
-rw-r--r--AltOS/index.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/AltOS/index.mdwn b/AltOS/index.mdwn
new file mode 100644
index 0000000..0343fe0
--- /dev/null
+++ b/AltOS/index.mdwn
@@ -0,0 +1,31 @@
+# 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.
+
+## Features ##
+
+### User View ###
+
+### 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 available from [git.gag.com](http://git.gag.com) in the project
+[fw/altos](http://git.gag.com/?p=fw/altos;a=summary).
+
+Note that actually building these sources requires a modifified version of
+sdcc and a set of helper utilities that we're not publishing since we hope
+to have the important bits accepted upstream shortly. Watch this space for
+more details soon.
+