~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to ChangeLog-2005

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-04-04 17:05:32 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404170532-tiwwl2e2qln7ri0w
Tags: 1:1.6.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
2005-12-29 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
11
11
 
12
 
        Released avr-libc-1.4.1.
13
 
 
14
 
2005-12-29 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
15
 
 
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.)
24
20
 
 
21
 
25
22
2005-12-28 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
26
23
 
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"
 
25
        demo.
29
26
 
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.
60
53
 
61
54
2005-12-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
62
55
 
 
56
        * configure.ac: Bump version date.
 
57
 
 
58
2005-12-27 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
59
 
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
67
64
 
 
65
2005-12-25 Anatoly Sokolov <aesok@post.ru>
 
66
 
 
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.
 
72
        [Fixed bug #15226]
 
73
 
68
74
2005-12-23 Anatoly Sokolov <aesok@post.ru>
69
75
 
70
76
        * libm/fplib/fp_cmp.S: Use 'rByte' instead 'retByte'.
84
90
        list of ATtinyX5.
85
91
        * doc/api/vectortable.dox: Regenerate using patch-headers.py.
86
92
 
87
 
2005-12-16 Anatoly Sokolov <aesok@post.ru>
 
93
2005-12-15 Anatoly Sokolov <aesok@post.ru>
88
94
 
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.)
100
106
 
101
107
2005-12-14 Anatoly Sokolov <aesok@post.ru>
102
108
 
128
134
        * /libm/fplib/mulsf3.S (square): Move to ...
129
135
        * /libm/fplib/square.S: ... new file.
130
136
 
 
137
2005-12-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
138
 
 
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.
 
146
 
131
147
2005-12-06 Anatoly Sokolov <aesok@post.ru>
132
148
 
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.)
142
158
 
 
159
2005-12-01 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
160
 
 
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.
 
167
 
143
168
2005-11-19 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
144
169
 
145
170
        Released avr-libc-1.4.0.