summaryrefslogtreecommitdiff
path: root/devel/avr-libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2002.11.24. This fixes a bug in isprint() found by Brian Dean,Joerg Wunsch2002-11-243-10/+39
| | | | | | | and includes the printf support recently added to avr-libc. It also fixes the build braind*** caused by <bsd.cpu.mk> under -current, by setting the required env variable.
* I totally missed that the build now depends on transfig.Joerg Wunsch2002-10-081-1/+2
| | | | Thanks for bsd (that's Brian Dean :) for pointing that out.
* Update to a recent snapshot. Ted Roth now merged the demo.c exampleJoerg Wunsch2002-10-064-14/+18
| | | | from Rich Neswold's documentation.
* Update to version 2002.09.01.Joerg Wunsch2002-09-015-11/+74
| | | | | | | This is the first version that is taken from a CVS snapshot of the current development version. The documentation project has made substantial progress in the time being, so there's quite a bit of up-to-date documentation shipping now.
* Mega-upgrade of the AVR GNU toolchain, part #3:Joerg Wunsch2002-07-036-78/+84
| | | | | | | | Upgrade avr-libc. Marek Michalkiewicz largely reorganized the directory structure and the API, in the process of moving all this out to savanna.gnu.org in future. Please note that the API changes are not yet reflected in the documentation. Yet, i chose to make this version available since it is sorely needed to support the new AVR controllers.
* Update to version 20020203.Joerg Wunsch2002-04-183-9/+16
| | | | | | | | | | | | Since the author switched to use autoconf to maintain it, the entire build system changed quite a bit. In order to get it to use the correct tools (avr-gcc etc.) instead of the default C compiler, the package now contains wrapper scripts to configure and build it, so a good part of our ports framework doesn't apply anymore very well. As a side-effect, i can't get it to honor ${PREFIX} in any way right now. Maybe i'll switch away from the shipped scripts, and redo all their stuff within that Makefile in future.
* Update the documentation.Joerg Wunsch2002-01-262-2/+3
|
* Update to version 2001-10-07.Joerg Wunsch2001-10-103-18/+3
| | | | | | | | . install -c now default, thus patch-aa no longer needed . isblank() has been added . the HTML reference is now integral part of the distribution file, so no need to fetch it separately anymore
* New version. atan2 has been added, and avr-libc-reference.html nowJoerg Wunsch2001-10-035-1630/+8
| | | | distributed from the master site.
* Enno fixed a number of issues with his document, so update this hereJoerg Wunsch2001-09-172-1694/+1622
| | | | as well.
* Hmpf, fix a broken URL.Joerg Wunsch2001-09-171-1/+1
|
* More documentation, thanks to Enno LuebbersJoerg Wunsch2001-09-174-0/+1700
| | | | <luebbers@users.sourceforge.net>.
* Updated documentation file.Joerg Wunsch2001-09-092-1/+5
|
* Upgrade to version 20010717.Joerg Wunsch2001-08-124-19/+9
|
* Upgrade to current version. The tree layout has changed a bit, constantsJoerg Wunsch2001-04-204-35/+67
| | | | | | are now according to Atmel's documentation, etc. pp. Requires an up-to-date avr-gcc.
* The old distfile is gone on the previous server. There's an HTTPJoerg Wunsch2001-03-141-1/+7
| | | | | | | | | | | | | redirect to a new server, but they don't carry the old files anymore. Unfortunately, in order to build the new stuff, we'd need a newer avr-gcc first -- and that one's by now only available directly from gcc's CVS repo, which is a little too `green' to me. Let's wait another couple of months until they rolled a newer release of gcc and binutils, and switch then. By now, store the old distfile elsewhere. Submitted by: fenner's ports build survey (very valuable service!)
* Upgrade to a newer version which now matches the supplied PDFJoerg Wunsch2001-01-053-11/+7
| | | | | documentation file. Still not the most recent version though, since that one would require a more recent (still beta) gcc.
* Atmel AVR cross-development, part #3: a C and floating point mathJoerg Wunsch2000-12-058-0/+136
library. This port also installs some documentation which actually describes the combo of all three ports (avr-binutils, avr-gcc, avr-libc).