aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.