Merge from vendor branch TNF:
[pkgsrc.git] / cross / avr-libc / DESCR
1 avr-libc -- a C and math library for the Atmel AVR controller family
2
3 This library implements a subset of common C library functions, some
4 Atmel AVR specific additions (like handling AVR's IO facilities,
5 EEPROM etc.), as well as a 32-bit floating point math library (-lm).
6
7 Everything is designed and implemented to cooperate with avr-gcc and
8 avr-binutils.
9
10 Please note that this is currently work-in-progress.  Documentation
11 is becoming embedded into the source code which will hopefully get
12 it more complete and up-to-date.  Some parts of the current library
13 have proven to be not all that useful (e. g. timer_enable_int())
14 so they might be removed in a future version.
15
16 For the time being, some older documentation (more complete but
17 somewhat out of date) is being installed as well.