mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
for Atmel AVR microcontrollers. It is mutually exclusive with the stable version in devel/avr-libc.
10 lines
408 B
Text
10 lines
408 B
Text
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
|