Commit graph

3 commits

Author SHA1 Message Date
Makoto Fujiwara
8397ae8f53 Add COMMIT_MSG, and delete the same lines from TODO 2012-02-08 23:35:36 +00:00
Makoto Fujiwara
44ce304504 Place wip/avr-* reference instead of cross/avr-* reference, so that
testing on wip directory assures true dependency.
Those references need back to cross/avr-* when importing to cross/ directory.
2012-02-07 04:44:08 +00:00
Makoto Fujiwara
367f09fd98 Import avr-libc-1.7.1 as wip/avr-libc, as an update for cross/avr-libc 1.6.7.
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.

Please note that this is currently work-in-progress.  Documentation
is becoming embedded into the source code which will hopefully get
it more complete and up-to-date.  Some parts of the current library
have proven to be not all that useful (e. g. timer_enable_int())
so they might be removed in a future version.

For the time being, some older documentation (more complete but
somewhat out of date) is being installed as well.
2012-02-07 03:01:20 +00:00