Changeset 9e633f5 in rtems
- Timestamp:
- 06/27/02 21:25:14 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8ce766ce
- Parents:
- bbcfe5f2
- Files:
-
- 20 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
rbbcfe5f2 r9e633f5 1 2002-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 1 13 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/libmisc/Makefile.am
rbbcfe5f2 r9e633f5 6 6 7 7 SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \ 8 rtmonuse s tackchk untar wrapup8 rtmonuse serdbg stackchk untar wrapup 9 9 10 10 EXTRA_DIST = README -
c/src/libmisc/configure.ac
rbbcfe5f2 r9e633f5 39 39 monitor/Makefile 40 40 rtmonuse/Makefile 41 serdbg/Makefile 41 42 stackchk/Makefile 42 43 capture/Makefile -
c/src/libmisc/wrapup/Makefile.am
rbbcfe5f2 r9e633f5 16 16 ../shell/$(ARCH)/libshell-tmp.a ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a \ 17 17 ../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 19 20 20 21 # -
cpukit/libmisc/ChangeLog
rbbcfe5f2 r9e633f5 1 2002-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 1 13 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
cpukit/libmisc/Makefile.am
rbbcfe5f2 r9e633f5 6 6 7 7 SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \ 8 rtmonuse s tackchk untar wrapup8 rtmonuse serdbg stackchk untar wrapup 9 9 10 10 EXTRA_DIST = README -
cpukit/libmisc/configure.ac
rbbcfe5f2 r9e633f5 39 39 monitor/Makefile 40 40 rtmonuse/Makefile 41 serdbg/Makefile 41 42 stackchk/Makefile 42 43 capture/Makefile -
cpukit/libmisc/wrapup/Makefile.am
rbbcfe5f2 r9e633f5 16 16 ../shell/$(ARCH)/libshell-tmp.a ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a \ 17 17 ../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 19 20 20 21 #
Note: See TracChangeset
for help on using the changeset viewer.