aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-24 20:54:15 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-24 20:54:15 +0100
commitc75f83fc74d427ec8d6be7024c4cdb35b1afffb5 (patch)
tree564d9e27807c54bab6532f2968ae883400a56106 /README.md
parentcae1a47905b0a5145a6aebb7875b3a46b5bdd407 (diff)
downloadmux-c75f83fc74d427ec8d6be7024c4cdb35b1afffb5.tar.gz
mux-c75f83fc74d427ec8d6be7024c4cdb35b1afffb5.tar.bz2
mux-c75f83fc74d427ec8d6be7024c4cdb35b1afffb5.zip
add reamde and license
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8696f2b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# μx
+Mux is a realtime preemptive kernel for 8-bit AVR microcontrollers. It is designed in a modular, easily extendible way.
+
+## Requirements
+- avr binutils
+
+## Credits
+Mux was designed by Jakob Odersky. Context switching is inspired by the [FreeRTOS](http://www.freertos.org/) kernel and some parts, for example linked lists, from Linux.
+
+## License
+Mux is distributed under the GNU General Public License (GPL). \ No newline at end of file