10
10
2005-12-29 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
12
Released avr-libc-1.4.1.
14
2005-12-29 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
16
12
* doc/api/Makefile.am: Install JPEG files in docs.
17
13
* doc/examples/Makefile.am: Install the demo source
18
14
code as part of the documentation.
22
18
* doc/examples/stdiodemo/stdiodemo.dox: (Ditto.)
23
19
* doc/examples/twitest/twitest.dox: (Ditto.)
25
22
2005-12-28 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
27
Rework the demo projects. Modernize the simple demo, add a more
28
sophisticated "large demo", add a "stdio demo" project.
24
Add an "stdio" demo, and minor review of the "large"
30
27
* doc/api/Makefile.am: Generalize the demo handling;
31
28
run "make dox" in all demos that need it as a
32
29
prerequisite to build the documentation, and run
33
30
"make clean" there as well.
34
31
* doc/api/doxygen.config.in: Add more example and image
35
directories (for stdiodemo and largedemo).
36
* doc/examples/Makefile.am: Add stdiodemo and largedemo files.
37
* doc/examples/all-demos.dox: Wire the new demos into
32
directories (for stdiodemo).
33
* doc/examples/Makefile.am: Add stdiodemo files.
34
* doc/examples/all-demos.dox: Wire the stdiodemo into
38
35
the general comment about the demos.
39
* doc/examples/demo/demo.c: Modernize the demo a bit, keep the #ifdef
40
spaghetti out in its own include file.
41
* doc/examples/demo/demo.dox: (Ditto.)
42
* doc/examples/demo/demo.fig: (Ditto.)
43
* doc/examples/demo/iocompat.h: New file.
44
* doc/examples/largedemo/Makefile: New file.
36
* doc/examples/largedemo/Makefile: add code to convert
37
a JPEG image into an EPS file.
38
* doc/examples/largedemo/largedemo.dox: Fix some minor
39
mistakes, and add photo images of the setup.
45
40
* doc/examples/largedemo/largedemo-setup.jpg: New file.
46
41
* doc/examples/largedemo/largedemo-wiring.jpg: New file.
47
* doc/examples/largedemo/largedemo.c: New file.
48
* doc/examples/largedemo/largedemo.dox: New file.
49
42
* doc/examples/stdiodemo/Makefile: New file.
50
43
* doc/examples/stdiodemo/defines.h: New file.
51
44
* doc/examples/stdiodemo/hd44780.c: New file.
61
54
2005-12-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
56
* configure.ac: Bump version date.
58
2005-12-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
63
60
Submitted by Risto Eerola:
64
61
* include/avr/sleep.h: add sleep_enable(),
65
62
sleep_disable(), and sleep_cpu().
66
63
patch #4611: sleep.h sleep_mode() not interrupt safe
65
2005-12-25 Anatoly Sokolov <aesok@post.ru>
67
* libm/fplib/Files.am: include new files.
68
* libm/fplib/fp_m_inf.S: new file.
69
* libm/fplib/fp_p_inf.S: new file.
70
* libm/fplib/fplib.inc (EMAX, EMIN): Add.
71
* libm/fplib/ldexp.S: Check underflow and overflow cases.
68
74
2005-12-23 Anatoly Sokolov <aesok@post.ru>
70
76
* libm/fplib/fp_cmp.S: Use 'rByte' instead 'retByte'.
85
91
* doc/api/vectortable.dox: Regenerate using patch-headers.py.
87
2005-12-16 Anatoly Sokolov <aesok@post.ru>
93
2005-12-15 Anatoly Sokolov <aesok@post.ru>
89
95
* configure.ac: add tests for the ATtiny24/44/84 support.
90
96
* devtools/gen-avr-lib-tree.sh: add support for ATtiny24/44/84.
96
102
* include/avr/iotnx4.h: new file.
97
103
* include/avr/Makefile.am: include new files.
98
104
* doc/api/main_page.dox: Document support for ATtiny24/44/84.
99
* doc/api/using-tools.dox: (Ditto.).
105
* doc/api/using-tools.dox: (Ditto.)
101
107
2005-12-14 Anatoly Sokolov <aesok@post.ru>
128
134
* /libm/fplib/mulsf3.S (square): Move to ...
129
135
* /libm/fplib/square.S: ... new file.
137
2005-12-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
139
Add a new demo project ("largedemo").
140
* doc/examples/largedemo/Makefile: New file.
141
* doc/examples/largedemo/largedemo.c: New file.
142
* doc/examples/largedemo/largedemo.dox: New file.
143
* doc/api/doxygen.config.in: Wire the largedemo into the build.
144
* doc/examples/Makefile.am: (Ditto.)
145
* doc/examples/all-demos.dox: Add some blurb for largedemo.
131
147
2005-12-06 Anatoly Sokolov <aesok@post.ru>
133
149
* libm/fplib/fp_split.S (__fp_split_a): Add new function.
140
156
* libm/fplib/modf.S: (Ditto.)
141
157
* libm/fplib/sqrt.S: (Ditto.)
159
2005-12-01 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
161
* doc/examples/demo/demo.c: Modernize the demo a bit, keep the #ifdef
162
spaghetti out in its own include file.
163
* doc/examples/demo/demo.dox: (Ditto.)
164
* doc/examples/demo/demo.fig: (Ditto.)
165
* doc/examples/demo/iocompat.h: New file.
166
* doc/examples/Makefile.am (EXTRA_DIST): include demo/iocompat.h.
143
168
2005-11-19 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
145
170
Released avr-libc-1.4.0.