summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 14:23:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 14:23:19 +0000
commitb6eaf42933bdcd8abf3c8460ad34bc9a3c9d5fb7 (patch)
tree32c06265b0778d060cd11f4691fb363356fb0fd5 /testsuites/libtests/ChangeLog
parent2010-06-26 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-b6eaf42933bdcd8abf3c8460ad34bc9a3c9d5fb7.tar.bz2
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new test to exercise termios RX and TX interrupt driven IO support. * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c, termios04/termios04.doc, termios04/termios04.scn, termios04/termios_testdriver_intr.c, termios04/termios_testdriver_intr.h: New files.
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 0a475b8988..c774242524 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,14 @@
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
+ interrupt driven IO support.
+ * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
+ termios04/termios04.doc, termios04/termios04.scn,
+ termios04/termios_testdriver_intr.c,
+ termios04/termios_testdriver_intr.h: New files.
+
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
termios03/termios_testdriver_polled.c,
termios03/termios_testdriver_polled.h: Add more test cases.