source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 0f52b7f

4.104.114.84.95
Last change on this file since 0f52b7f was 0f52b7f, checked in by Joel Sherrill <joel.sherrill@…>, on 10/17/01 at 20:38:42

2001-10-17 Joel Sherrill <joel@…>

  • timerstub.c: New stub file for BSPs that don't have timer hardware.
  • Property mode set to 100644
File size: 1.7 KB
Line 
12001-10-17      Joel Sherrill <joel@OARcorp.com>
2
3        * timerstub.c: New stub file for BSPs that don't have timer hardware.
4
52001-10-12      Joel Sherrill <joel@OARcorp.com>
6
7        * console-polled.c, console.c: Fixed typo.
8
92001-01-12      Joel Sherrill <joel@OARcorp.com>
10
11        * setvec.c: Removed unused variables.
12
132001-01-09      Joel Sherrill <joel@OARcorp.com>
14
15        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
16        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904
17        clock driver.
18
192001-01-03      Joel Sherrill <joel@OARcorp.com>
20
21        * clockdrv_shell.c: Fixed syntax error in fast idle support.
22
232001-01-03      Joel Sherrill <joel@OARcorp.com>
24
25        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
26        CLOCK_DRIVER_USE_FAST_IDLE.
27        * console-polled.c: Added console_initialize_hardware() hook.
28
292000-12-01      Joel Sherrill <joel@OARcorp.com>
30
31        * console-polled.c: Remove warnings.
32
332000-11-13      Joel Sherrill <joel@OARcorp.com>
34
35        * clock_driver_stub.c: This is a stub of a clock driver that
36        is sufficient for linking the ticker application.  Some
37        simulators do not have a soruce for a clock tick.  Also
38        this can be used while constructing a BSP so everything links.
39
402000-11-01      Joel Sherrill <joel@OARcorp.com>
41
42        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and
43        libcsupport.h moved from libc to lib/include/rtems and
44        now must be referenced as <rtems/XXX.h>.   Header file order
45        was cleaned up while doing this.
46
472000-10-30      Joel Sherrill <joel@OARcorp.com>
48
49        * POSIX include files merged into newlib.  This resulted in
50        some definitions moving to other files and thus some secondary
51        effects in RTEMS source code.
52        * sbrk.c: Corrected prototype to match newlib.
53
542000-08-10      Joel Sherrill <joel@OARcorp.com>
55
56        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.