pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

avr-libc: Update DESCR



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jun 21 13:42:35 2024 +0200
Changeset:	1d2eab0f362fb35339fd787dcf3573748e7397c1

Modified Files:
	avr-libc/DESCR

Log Message:
avr-libc: Update DESCR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d2eab0f362fb35339fd787dcf3573748e7397c1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 avr-libc/DESCR | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

diffs:
diff --git a/avr-libc/DESCR b/avr-libc/DESCR
index d0d43c18de..6fbe4f5a08 100644
--- a/avr-libc/DESCR
+++ b/avr-libc/DESCR
@@ -1,15 +1,12 @@
-This is avr-libc. It is a C library implementation for use
-with GNU GCC and GNU binutils for development of programs for
-Atmel's AVR microcontrollers.
-
-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.
-
-For details on installing and using AVR Libc, see the users manual in the
-doc/api directory or online at:
-
-  http://savannah.nongnu.org/projects/avr-libc/
+This is the standard library for Microchip (formerly Atmel) AVR
+devices together with avr-gcc and avr-binutils.
+
+The library contains most of the functionality required by the
+ISO C standard, with the notable exception of wchar_t support.
+
+It also contains a lot of auxiliary functionality targeted to
+the AVR controller family. Further, it includes customizable
+startup code, tailored to work together with the linker scripts
+provided by the GNU Binutils, so for most AVR applications,
+there is usually no need to provide project-specific files for
+that purpose.


Home | Main Index | Thread Index | Old Index