aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8696f2b2c9290007134652fa9b66c9c0ef418aa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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).