source: rtems/c/src/lib/libbsp/bare/ChangeLog @ 0a0d67c5

4.104.114.84.95
Last change on this file since 0a0d67c5 was 0a0d67c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:40

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5
62004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9        Preinstall dist_project_lib*.
10
112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect changes to bsp.am.
14
152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Add PREINSTALL_DIRS.
18
192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
22
232003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Misc cleanups and fixes.
26
272003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove RTEMS_CANONICAL_HOST.
30
312003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
34
352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Merge-in include/Makefile.am.
38        Reflect changes to bsp.am.
39        * include/Makefile.am: Remove.
40        * configure.ac: Reflect changes above.
41
422003-09-04      Joel Sherrill <joel@OARcorp.com>
43
44        * include/bsp.h: URL for license changed.
45
462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect having moved aclocal/.
49
502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect having moved automake/.
53        * include/Makefile.am: Reflect having moved automake/.
54
552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
58
592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        PR 445/bsps
62        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
63
642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove AC_CONFIG_AUX_DIR.
67
682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
71
722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: AC_PREREQ(2.57).
75
762002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
79
802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Reformat.
83        Add autom4te*cache.
84        Remove autom4te.cache.
85
862002-08-21      Joel Sherrill <joel@OARcorp.com>
87
88        * bsp_specs: Added support for -nostdlibs.
89
902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac:
93        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
101        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
102
1032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
106        * configure.in: Remove.
107        * configure.ac: New file, generated from configure.in by autoupdate.
108
1092001-09-27      Joel Sherrill <joel@OARcorp.com>
110
111        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
112
1132001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * include/Makefile.am: Use 'CLEANFILES ='.
116        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
117        * include/Makefile.am: fix path to shared/include/coverhd.h.
118
1192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * include/bsp.h: Include bspopts.h.
122
1232001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Add bspopts.h.
126        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
127        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
128
1292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
132
1332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
136
1372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.