source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 2c059912

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

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

  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.0 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
4        * Makefile.am: Remove AUTOMAKE_OPTIONS.
5
62001-10-22      Joel Sherrill <joel@OARcorp.com>
7
8        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
9        pollutes the application namespace.
10
112001-10-17      Joel Sherrill <joel@OARcorp.com>
12
13        * timerstub.c: New stub file for BSPs that don't have timer hardware.
14
152001-10-12      Joel Sherrill <joel@OARcorp.com>
16
17        * console-polled.c, console.c: Fixed typo.
18
192001-01-12      Joel Sherrill <joel@OARcorp.com>
20
21        * setvec.c: Removed unused variables.
22
232001-01-09      Joel Sherrill <joel@OARcorp.com>
24
25        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
26        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
27        clock driver.
28
292001-01-03      Joel Sherrill <joel@OARcorp.com>
30
31        * clockdrv_shell.c: Fixed syntax error in fast idle support.
32
332001-01-03      Joel Sherrill <joel@OARcorp.com>
34
35        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
36        CLOCK_DRIVER_USE_FAST_IDLE.
37        * console-polled.c: Added console_initialize_hardware() hook.
38
392000-12-01      Joel Sherrill <joel@OARcorp.com>
40
41        * console-polled.c: Remove warnings.
42
432000-11-13      Joel Sherrill <joel@OARcorp.com>
44
45        * clock_driver_stub.c: This is a stub of a clock driver that
46        is sufficient for linking the ticker application.  Some
47        simulators do not have a soruce for a clock tick.  Also
48        this can be used while constructing a BSP so everything links.
49
502000-11-01      Joel Sherrill <joel@OARcorp.com>
51
52        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
53        libcsupport.h moved from libc to lib/include/rtems and
54        now must be referenced as <rtems/XXX.h>.   Header file order
55        was cleaned up while doing this.
56
572000-10-30      Joel Sherrill <joel@OARcorp.com>
58
59        * POSIX include files merged into newlib.  This resulted in
60        some definitions moving to other files and thus some secondary
61        effects in RTEMS source code.
62        * sbrk.c: Corrected prototype to match newlib.
63
642000-08-10      Joel Sherrill <joel@OARcorp.com>
65
66        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.