# μx Mux is a realtime preemptive kernel for 8-bit AVR microcontrollers. It is designed in a modular, easily extensible way. ## Requirements - 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. ## License Mux is distributed under the GNU General Public License (GPL).