From 11be37d1e3d5cf3093f4eceede267d7e903512aa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Jun 2010 18:45:36 +0000 Subject: 2010-06-17 Joel Sherrill * Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed. --- doc/develenv/direct.t | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'doc/develenv') diff --git a/doc/develenv/direct.t b/doc/develenv/direct.t index fc0a824efc..de64781a05 100644 --- a/doc/develenv/direct.t +++ b/doc/develenv/direct.t @@ -404,10 +404,6 @@ This directory contains header files which are private to RTEMS and not considered to be owned by any other component in the CPU Kit. -@item $@{RTEMS_ROOT@}/cpukit/itron/ -This directory contains the implementation of the -ITRON API. - @item $@{RTEMS_ROOT@}/cpukit/libblock/ This directory contains support code for using Block Devices such as hard drives, floppies, and @@ -476,8 +472,8 @@ initialization, shutdown, and IO services. @item $@{RTEMS_ROOT@}/cpukit/score/ This directory contains the "SuperCore" of RTEMS. All APIs are implemented in terms of SuperCore services. -For example, Classic API tasks, POSIX threads, and ITRON -tasks are all implemented in terms of SuperCore threads. +For example, Classic API tasks and POSIX threads +are all implemented in terms of SuperCore threads. This provides a common infrastructure and a high degree of interoperability between the APIs. For example, services from all APIs may be used by any task/thread @@ -529,10 +525,6 @@ they may be located: @table @code -@item $@{RTEMS_ROOT@}/testsuites/itrontests/ -This directory contains the test suite for the -RTEMS ITRON API. - @item $@{RTEMS_ROOT@}/testsuites/libtests/ This directory contains the test suite for the various RTEMS support components. @@ -564,16 +556,12 @@ executive code. With the addition of multiple APIs, this is no longer the case as some SuperCore functionality is not available through the Classic API. Thus some functionality in the SuperCore is only covered -by tests in the POSIX API and ITRON API Test Suites. +by tests in the POSIX API Test Suites. @item $@{RTEMS_ROOT@}/testsuites/support/ This directory contains support software and header files for the various test suites. -@item $@{RTEMS_ROOT@}/testsuites/tmitrontests/ -This directory contains the timing test suite for -the RTEMS ITRON API. - @item $@{RTEMS_ROOT@}/testsuites/tmtests/ This directory contains the timing test suite for the RTEMS Classic API. This include tests that @@ -651,10 +639,6 @@ information required by those implementing filesystems. This directory contains the source code for the graphics used in the HTML version of the RTEMS Documentation. -@item $@{RTEMS_ROOT@}/doc/itron3.0/ -This directory contains the source code for the -@cite{RTEMS ITRON 3.0 API User's Guide}. - @item $@{RTEMS_ROOT@}/doc/networking/ This directory contains the source code for the @cite{RTEMS Network Supplement}. -- cgit v1.2.3