Commit graph

15 commits

Author SHA1 Message Date
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