Files
rtems/testsuites/libtests
Sebastian Huber 55e0be3606 termios: Use IMFS nodes for new Termios devices
This makes the new Termios devices independent of device major/minor
numbers.  It enables BSP independent Termios device drivers which may
reside in the cpukit domain.  These drivers require an IMFS and do not
work with the device file system.  However, the device file system
should go away in the future.
2016-09-19 07:52:33 +02:00
..
2016-09-19 07:52:33 +02:00
2016-09-19 07:52:33 +02:00
2016-09-19 07:52:33 +02:00
2015-01-20 07:53:51 +11:00
2015-10-19 09:51:28 +02:00
2016-05-20 07:49:41 +02:00
2012-02-01 10:59:44 -06:00
2015-09-11 11:28:13 +02:00
2016-09-16 09:36:44 +02:00
2016-09-16 09:36:44 +02:00
2016-09-16 09:36:44 +02:00

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.