Commit graph

32 commits

Author SHA1 Message Date
Joerg Wunsch
76a555f509 Upgrade to version 1.4.6. 2007-06-23 21:32:31 +00:00
Joerg Wunsch
3457ff54d4 Upgrade to version 1.4.5. 2006-10-09 20:30:41 +00:00
Joerg Wunsch
a8062ca5fb Upgrade to version 1.4.4. 2006-04-20 22:02:44 +00:00
Joerg Wunsch
64488459e8 Upgrade to 1.4.3.
As the current doxygen appears to be broken and does no longer build
documentation for dtostre/dtostrf, drop these from pkg-plist.doc by
now.
2006-01-23 21:17:02 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Joerg Wunsch
8120ec8141 Upgrade to avr-libc-1.4.2. Among some internal bug fixes, this adds
support to ATtiny261/461/861.
2006-01-06 23:26:02 +00:00
Joerg Wunsch
fd81fe58a7 Update to avr-libc 1.4.1. 2005-12-29 23:01:15 +00:00
Joerg Wunsch
76be43e6d2 Upgrade to avr-libc-1.4.0.
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.
2005-11-19 22:14:27 +00:00
Joerg Wunsch
bfed64e20a Upgrade to avr-libc 1.2.6.
This is a bugfix-only upgrade.
2005-11-11 20:44:38 +00:00
Joerg Wunsch
e3dd81a6ab Upgrade to 1.2.5.
The major fix of this release is that the EEPROM access routines are
now supported for all supported AVR devices.  Thanks to Björn Haase
for providing that excellent solution to the problem.
2005-08-01 04:51:01 +00:00
Joerg Wunsch
fd8cdd3b6c Upgrade to version 1.2.4.
Among other bugfixes, this particularly fixes the brokeness for the
recent binutils-2.16 upgrade (so the port is no longer broken now).
2005-07-21 21:05:47 +00:00
Joerg Wunsch
1df853853d Upgrade to version 1.2.3.
Also depend the build on pdflatex as well as latex, to resolve my part
of the PR mentioned below.

PR:		ports/77356
2005-02-16 11:29:42 +00:00
Joerg Wunsch
ce9c41c5c8 Minor upgrade to 1.2.2 (few bugfixes). 2005-02-10 05:57:15 +00:00
Joerg Wunsch
17d5fa2e80 Update to 1.2.1. 2005-01-27 23:25:12 +00:00
Joerg Wunsch
69d111184d Upgrade avr-libc to 1.0.5. 2004-12-21 14:22:59 +00:00
Joerg Wunsch
86345a6687 Upgrade to version 1.0.4. 2004-04-29 09:53:04 +00:00
Joerg Wunsch
d9cac68a9e Upgrade to version 1.0.3. 2004-03-12 21:03:48 +00:00
Joerg Wunsch
f32fa3f28b Update this port to a recent snapshot from the avr-libc 1.0 branch.
Since this branch assumes doxygen 1.2, a patch is needed.  Doxygen 1.3.x
by default generates a non-JavaScript capable tree view, so my old hack
in the avr-libc source can be avoided.
2003-09-09 21:18:36 +00:00
Joerg Wunsch
277612fd17 Update to a current version. 2003-05-11 20:40:48 +00:00
Joerg Wunsch
cb85ccc9fc Quickly update to the 2003.03.05 version before the 4.8 freeze hits... 2003-03-05 21:24:01 +00:00
Joerg Wunsch
44a4fb9b15 Update to a recent snapshot. Quite a number of documentation enhancements
since, and printf & scanf are now supported.
2003-01-08 23:03:41 +00:00
Joerg Wunsch
528ea8120b Update to 2002.11.24. This fixes a bug in isprint() found by Brian Dean,
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.
2002-11-24 10:24:43 +00:00
Joerg Wunsch
6c9311618d Update to a recent snapshot. Ted Roth now merged the demo.c example
from Rich Neswold's documentation.
2002-10-06 18:22:41 +00:00
Joerg Wunsch
1eea003ec2 Update to version 2002.09.01.
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.
2002-09-01 21:16:30 +00:00
Joerg Wunsch
c39b81ed26 Mega-upgrade of the AVR GNU toolchain, part #3:
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.
2002-07-03 19:23:15 +00:00
Joerg Wunsch
19297be5ff Update to version 20020203.
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.
2002-04-18 19:50:14 +00:00
Joerg Wunsch
e18c01e4e0 Update to version 2001-10-07.
. 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
2001-10-10 17:21:22 +00:00
Joerg Wunsch
09c44ab9cc New version. atan2 has been added, and avr-libc-reference.html now
distributed from the master site.
2001-10-03 15:17:17 +00:00
Joerg Wunsch
730a417054 Upgrade to version 20010717. 2001-08-12 15:15:57 +00:00
Joerg Wunsch
517156ba03 Upgrade to current version. The tree layout has changed a bit, constants
are now according to Atmel's documentation, etc. pp.

Requires an up-to-date avr-gcc.
2001-04-20 13:54:18 +00:00
Joerg Wunsch
ec53eb5005 Upgrade to a newer version which now matches the supplied PDF
documentation file.  Still not the most recent version though, since
that one would require a more recent (still beta) gcc.
2001-01-05 17:38:14 +00:00
Joerg Wunsch
8b68d52148 Atmel AVR cross-development, part #3: a C and floating point math
library.  This port also installs some documentation which actually
describes the combo of all three ports (avr-binutils, avr-gcc,
avr-libc).
2000-12-05 15:23:17 +00:00