mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
76be43e6d2
This brings several API changes, so check out the docs. As the project now uses current versions of auto* tools, the build system got rid of a number of private hacks as well.
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
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://savannah.nongnu.org/projects/avr-libc
|