Files
rtems/testsuites/libtests
Sebastian Huber 3fbcadfbf7 libnetworking: Use rtems_clock_get_uptime_seconds
This reduces the start-up time of the network stack.

With a 1ms tick the ticks since boot value overflows after approximately
50 days.  This problem is avoided with the
rtems_clock_get_uptime_seconds() function.
2012-11-21 16:29:41 +01:00
..
2012-11-14 14:06:59 +01:00
2012-11-14 14:06:59 +01:00
2012-11-14 14:06:59 +01:00
2012-11-14 14:06:59 +01:00
2012-02-01 10:59:44 -06:00
2012-10-26 21:29:36 +02:00
2012-10-26 21:29:36 +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.