source: rtems/c/src/lib/libbsp/shared/ChangeLog @ d6a85919

4.104.114.84.95
Last change on this file since d6a85919 was d6a85919, checked in by Joel Sherrill <joel.sherrill@…>, on 10/28/02 at 14:11:05

2002-10-28 Eugeny S. Mints <Eugeny.Mints@…>

  • ide_ctrl.c: New file.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2
3        * ide_ctrl.c: New file.
4
52002-06-25      Joel Sherrill <joel@OARcorp.com>
6
7        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
8        support to the shared gdb stub glue necessitating a move up.
9        * Makefile.am: Reflect new gdbstub directory.
10
112001-05-14      Till Straumann <strauman@slac.stanford.edu>
12
13        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
14        vmeUniverse/vmeUniverse.h: New files.
15        * Makefile.am: Modified to reflect addition of files.
16        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
17        VME-PCI bridge to libbsp/shared. 
18        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
19        forward future modifications to him.
20
212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25
262001-10-22      Joel Sherrill <joel@OARcorp.com>
27
28        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
29        pollutes the application namespace.
30
312001-10-17      Joel Sherrill <joel@OARcorp.com>
32
33        * timerstub.c: New stub file for BSPs that don't have timer hardware.
34
352001-10-12      Joel Sherrill <joel@OARcorp.com>
36
37        * console-polled.c, console.c: Fixed typo.
38
392001-01-12      Joel Sherrill <joel@OARcorp.com>
40
41        * setvec.c: Removed unused variables.
42
432001-01-09      Joel Sherrill <joel@OARcorp.com>
44
45        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
46        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
47        clock driver.
48
492001-01-03      Joel Sherrill <joel@OARcorp.com>
50
51        * clockdrv_shell.c: Fixed syntax error in fast idle support.
52
532001-01-03      Joel Sherrill <joel@OARcorp.com>
54
55        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
56        CLOCK_DRIVER_USE_FAST_IDLE.
57        * console-polled.c: Added console_initialize_hardware() hook.
58
592000-12-01      Joel Sherrill <joel@OARcorp.com>
60
61        * console-polled.c: Remove warnings.
62
632000-11-13      Joel Sherrill <joel@OARcorp.com>
64
65        * clock_driver_stub.c: This is a stub of a clock driver that
66        is sufficient for linking the ticker application.  Some
67        simulators do not have a soruce for a clock tick.  Also
68        this can be used while constructing a BSP so everything links.
69
702000-11-01      Joel Sherrill <joel@OARcorp.com>
71
72        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
73        libcsupport.h moved from libc to lib/include/rtems and
74        now must be referenced as <rtems/XXX.h>.   Header file order
75        was cleaned up while doing this.
76
772000-10-30      Joel Sherrill <joel@OARcorp.com>
78
79        * POSIX include files merged into newlib.  This resulted in
80        some definitions moving to other files and thus some secondary
81        effects in RTEMS source code.
82        * sbrk.c: Corrected prototype to match newlib.
83
842000-08-10      Joel Sherrill <joel@OARcorp.com>
85
86        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.