source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ bd5c21c5

4.104.114.84.95
Last change on this file since bd5c21c5 was bd5c21c5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:40:19

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
15
162002-02-28      Mike Panetta <ahuitzot@mindspring.com>
17
18        * console/sci.c, console/sci.h,
19        console/console.c: Added new SCI driver.
20        * start/start.c: Removed file.
21        * start/start.S: New file, the asm portion of the updated start code.
22        * start/configure.am: Added start.S, removed start.c
23        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
24        * startup/configure.am: Added start_c.c to C_FILES.
25        * include/bsp.h: Added include <rtems/bspIo.h>
26
272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
30
312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
34        * configure.in: Remove.
35        * configure.ac: New file, generated from configure.in by autoupdate.
36
372001-09-27      Joel Sherrill <joel@OARcorp.com>
38
39        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
40
412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
44
452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.in: Add bspopts.h.
48        * include/.cvsignore: Add bspopts.h*, stamp-h*.
49        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
50        * include/bsp.h: Include bspopts.h.
51
522001-05-25      Joel Sherrill <joel@OARcorp.com>
53
54        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
55        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
56        wrapup/Makefile.am: Modified to include compile.am.
57        * startup/bspstart.c: Removed include of <libcsupport.h>
58
592000-05-25      Matt Cross <profesor@gweep.net>
60
61        * New MRM332 BSP for the Mini RoboMind board based
62        on the 68332 microcontroller designed and build by Mark
63        Castelluccio.  For details on the MRM see http://www.robominds.com.
64        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
65        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
66        console/.cvsignore, console/Makefile.am, console/console.c,
67        include/.cvsignore, include/Makefile.am, include/bsp.h,
68        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
69        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
70        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
71        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
72        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
73        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
74        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
75
Note: See TracBrowser for help on using the repository browser.