source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 29e214e

Last change on this file since 29e214e was 29e214e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 17:33:59

2003-09-26 Cedric Aubert <cedric_aubert@…>

PR 501/rtems_misc

  • console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2
3        PR 501/rtems_misc
4        * console.c: console_open disables ICANON on non-console port, which
5        should be ok for the first open but not for subsequent ones. If you
6        open one serial port, you will configure it, when you reopen it you
7        will lost the ICANON parameters if you had put it. Should be done by
8        console only at first open.
9
102003-09-04      Joel Sherrill <joel@OARcorp.com>
11
12        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c,
13        console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h,
14        include/coverhd.h: URL for license changed.
15
162003-06-30      Joel Sherrill <joel@OARcorp.com>
17
18        * console-polled.c: Corrected comments in header.
19
202003-04-10      Till Straumann <strauman@slac.stanford.edu>
21
22        PR 380/bsps
23        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
24        make printk format strings compliant with libcpu/printk.
25        minor fixes and lazy init bugfix.
26
272003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on
30        CVS-mergers).
31
322003-02-20      Till Straumann <strauman@slac.stanford.edu>
33
34        PR 349/bsps
35        * README.universe, vmeUniverse/README.porting
36        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
37        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
38        * vmeUniverse/README.porting: New file.
39
402002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
41
42        * ide_ctrl.c: New file.
43
442002-06-25      Joel Sherrill <joel@OARcorp.com>
45
46        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
47        support to the shared gdb stub glue necessitating a move up.
48        * Makefile.am: Reflect new gdbstub directory.
49
502001-05-14      Till Straumann <strauman@slac.stanford.edu>
51
52        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
53        vmeUniverse/vmeUniverse.h: New files.
54        * Makefile.am: Modified to reflect addition of files.
55        * Per PR214, contributes a driver for the TUNDRA UNIVERSE
56        VME-PCI bridge to libbsp/shared. 
57        NOTE: This driver is maintained _outside_ RTEMS by Till.  Please
58        forward future modifications to him.
59
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * Makefile.am: Remove AUTOMAKE_OPTIONS.
64
652001-10-22      Joel Sherrill <joel@OARcorp.com>
66
67        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
68        pollutes the application namespace.
69
702001-10-17      Joel Sherrill <joel@OARcorp.com>
71
72        * timerstub.c: New stub file for BSPs that don't have timer hardware.
73
742001-10-12      Joel Sherrill <joel@OARcorp.com>
75
76        * console-polled.c, console.c: Fixed typo.
77
782001-01-12      Joel Sherrill <joel@OARcorp.com>
79
80        * setvec.c: Removed unused variables.
81
822001-01-09      Joel Sherrill <joel@OARcorp.com>
83
84        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
85        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
86        clock driver.
87
882001-01-03      Joel Sherrill <joel@OARcorp.com>
89
90        * clockdrv_shell.c: Fixed syntax error in fast idle support.
91
922001-01-03      Joel Sherrill <joel@OARcorp.com>
93
94        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
95        CLOCK_DRIVER_USE_FAST_IDLE.
96        * console-polled.c: Added console_initialize_hardware() hook.
97
982000-12-01      Joel Sherrill <joel@OARcorp.com>
99
100        * console-polled.c: Remove warnings.
101
1022000-11-13      Joel Sherrill <joel@OARcorp.com>
103
104        * clock_driver_stub.c: This is a stub of a clock driver that
105        is sufficient for linking the ticker application.  Some
106        simulators do not have a soruce for a clock tick.  Also
107        this can be used while constructing a BSP so everything links.
108
1092000-11-01      Joel Sherrill <joel@OARcorp.com>
110
111        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
112        libcsupport.h moved from libc to lib/include/rtems and
113        now must be referenced as <rtems/XXX.h>.   Header file order
114        was cleaned up while doing this.
115
1162000-10-30      Joel Sherrill <joel@OARcorp.com>
117
118        * POSIX include files merged into newlib.  This resulted in
119        some definitions moving to other files and thus some secondary
120        effects in RTEMS source code.
121        * sbrk.c: Corrected prototype to match newlib.
122
1232000-08-10      Joel Sherrill <joel@OARcorp.com>
124
125        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.