2007-08-17 Chris Johns <chrisj@rtems.org>

* Makefile.am, README, configure.ac, capture/.cvsignore,
	capture/Makefile.am, capture/capture.doc, capture/capture.scn,
	capture/init.c, capture/system.h, capture/test1.c: Add a sample
	test for the capture engine.
This commit is contained in:
Chris Johns
2007-08-17 01:07:10 +00:00
parent 1374fd3f07
commit 8db468ffde
11 changed files with 1128 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-08-17 Chris Johns <chrisj@rtems.org>
* Makefile.am, README, configure.ac, capture/.cvsignore,
capture/Makefile.am, capture/capture.doc, capture/capture.scn,
capture/init.c, capture/system.h, capture/test1.c: Add a sample
test for the capture engine.
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* nsecs/init.c: Add include of unistd.h for sleep() prototype.