diff options
author | wennmach <wennmach> | 2003-07-17 18:50:22 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2003-07-17 18:50:22 +0000 |
commit | 45c870148eeb945312d9b5704757a2028b0c2189 (patch) | |
tree | 632094468d43dd47d393ea6bde71ae42065c410e /cross/avr-libc/DESCR | |
parent | fd35cdba9dfbe5a26791c7d381623df63e804b06 (diff) | |
download | pkgsrc-45c870148eeb945312d9b5704757a2028b0c2189.tar.gz |
avr-libc -- a C and math library for the Atmel AVR controller family.
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139,
with several changes by myself. Original package from FreeBSD.
Diffstat (limited to 'cross/avr-libc/DESCR')
-rw-r--r-- | cross/avr-libc/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cross/avr-libc/DESCR b/cross/avr-libc/DESCR new file mode 100644 index 00000000000..e940bf5cda0 --- /dev/null +++ b/cross/avr-libc/DESCR @@ -0,0 +1,17 @@ +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. + +Please note that this is currently work-in-progress. Documentation +is becoming embedded into the source code which will hopefully get +it more complete and up-to-date. Some parts of the current library +have proven to be not all that useful (e. g. timer_enable_int()) +so they might be removed in a future version. + +For the time being, some older documentation (more complete but +somewhat out of date) is being installed as well. |