Changeset 9e633f5 in rtems


Ignore:
Timestamp:
06/27/02 21:25:14 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8ce766ce
Parents:
bbcfe5f2
Message:

2002-06-25 Thomas Doerfler <Thomas.Doerfler@…>

  • With the addition of serdbg, the standard polled I/O functions for gdbstub and/or printk are optionally routed to any termios-aware device driver, that supports polled mode. See libmisc/serdbg/README.
  • serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c, serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, serdbg/.cvsignore: New files.
  • configure.ac, Makefile.am, wrapup/Makefile.am: Modified to reflect addition.
Files:
20 added
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    rbbcfe5f2 r9e633f5  
     12002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
     2
     3        * With the addition of serdbg, the standard polled I/O functions
     4        for gdbstub and/or printk are optionally routed to any termios-aware
     5        device driver, that supports polled mode. See libmisc/serdbg/README.
     6        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
     7        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
     8        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
     9        serdbg/.cvsignore: New files.
     10        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
     11        reflect addition.
     12
    1132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • c/src/libmisc/Makefile.am

    rbbcfe5f2 r9e633f5  
    66
    77SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \
    8           rtmonuse stackchk untar wrapup
     8          rtmonuse serdbg stackchk untar wrapup
    99
    1010EXTRA_DIST = README
  • c/src/libmisc/configure.ac

    rbbcfe5f2 r9e633f5  
    3939monitor/Makefile
    4040rtmonuse/Makefile
     41serdbg/Makefile
    4142stackchk/Makefile
    4243capture/Makefile
  • c/src/libmisc/wrapup/Makefile.am

    rbbcfe5f2 r9e633f5  
    1616    ../shell/$(ARCH)/libshell-tmp.a ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a \
    1717    ../devnull/$(ARCH)/libdevnull-tmp.a ../dummy/$(ARCH)/libdummy-tmp.a \
    18     ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
     18    ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a \
     19    ../serdbg/$(ARCH)/libserdbg-tmp.a
    1920
    2021#
  • cpukit/libmisc/ChangeLog

    rbbcfe5f2 r9e633f5  
     12002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
     2
     3        * With the addition of serdbg, the standard polled I/O functions
     4        for gdbstub and/or printk are optionally routed to any termios-aware
     5        device driver, that supports polled mode. See libmisc/serdbg/README.
     6        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
     7        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
     8        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
     9        serdbg/.cvsignore: New files.
     10        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
     11        reflect addition.
     12
    1132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • cpukit/libmisc/Makefile.am

    rbbcfe5f2 r9e633f5  
    66
    77SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \
    8           rtmonuse stackchk untar wrapup
     8          rtmonuse serdbg stackchk untar wrapup
    99
    1010EXTRA_DIST = README
  • cpukit/libmisc/configure.ac

    rbbcfe5f2 r9e633f5  
    3939monitor/Makefile
    4040rtmonuse/Makefile
     41serdbg/Makefile
    4142stackchk/Makefile
    4243capture/Makefile
  • cpukit/libmisc/wrapup/Makefile.am

    rbbcfe5f2 r9e633f5  
    1616    ../shell/$(ARCH)/libshell-tmp.a ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a \
    1717    ../devnull/$(ARCH)/libdevnull-tmp.a ../dummy/$(ARCH)/libdummy-tmp.a \
    18     ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
     18    ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a \
     19    ../serdbg/$(ARCH)/libserdbg-tmp.a
    1920
    2021#
Note: See TracChangeset for help on using the changeset viewer.