diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2000-12-05 15:23:17 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2000-12-05 15:23:17 +0000 |
commit | 8b68d52148dfe75d998366b1ba374666a1381f72 (patch) | |
tree | 95aa71e4e0e72369799f341bd7f2c0eb43e6cceb /devel/avr-libc/pkg-descr | |
parent | 639ffde3ac4f9361c34352862acce019280cf6e8 (diff) |
Notes
Diffstat (limited to 'devel/avr-libc/pkg-descr')
-rw-r--r-- | devel/avr-libc/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/avr-libc/pkg-descr b/devel/avr-libc/pkg-descr new file mode 100644 index 000000000000..76ef32da1ccb --- /dev/null +++ b/devel/avr-libc/pkg-descr @@ -0,0 +1,10 @@ +avr-libc -- a C and math library for the Atmel AVR controller family + +This library implements a subset of common C library functions, some +Atmel AVR specific additions (like handling AVR's IO facilities, +EEPROM etc.), as well as a 32-bit floating point math library (-lm). + +Everything is designed and implemented to cooperate with avr-gcc and +avr-binutils. + +WWW: http://www.gwdg.de/~mrickma/avr/snapshot/ |