aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-02 21:01:20 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-02 21:01:25 +0100
commit79e43800f5bdcedab30791d24775698858730bbd (patch)
treed046fef9f88dc161dbdf8ce0b9f73c1b853c5113
parentc4da3559760351467f421a234d4240ef6670f396 (diff)
downloadmux-79e43800f5bdcedab30791d24775698858730bbd.tar.gz
mux-79e43800f5bdcedab30791d24775698858730bbd.tar.bz2
mux-79e43800f5bdcedab30791d24775698858730bbd.zip
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8696f2b..e6575b3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# μx
-Mux is a realtime preemptive kernel for 8-bit AVR microcontrollers. It is designed in a modular, easily extendible way.
+Mux is a realtime preemptive kernel for 8-bit AVR microcontrollers. It is designed in a modular, easily extensible way.
## Requirements
-- avr binutils
+- avr binutils (compiler and avr c library)
## 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.