aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e6575b30439334fe190accb5a17f1f991a9afdca (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 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).