summaryrefslogtreecommitdiffstats
path: root/eclipse/overview.rst
diff options
context:
space:
mode:
authorRay Garza <raymond.garza@oarcorp.com>2021-07-01 14:43:57 -0500
committerJoel Sherrill <joel@rtems.org>2021-07-06 14:28:59 -0500
commit9d61006e6de1f17793a5ab98a3f4a3d5e76cc038 (patch)
tree4c5eb9e97e4f311841ef6055a6ae0b95ad908ff6 /eclipse/overview.rst
parentuser/bsps/imxrt: Info about ARM PLL frequency (diff)
downloadrtems-docs-9d61006e6de1f17793a5ab98a3f4a3d5e76cc038.tar.bz2
rtems-docs: remove Eclipse Manual
Due to RTEMS 6 no longer using the Make build system and instead using Waf (Eclipse does not offer Waf support), this guide is being removed.
Diffstat (limited to 'eclipse/overview.rst')
-rw-r--r--eclipse/overview.rst25
1 files changed, 0 insertions, 25 deletions
diff --git a/eclipse/overview.rst b/eclipse/overview.rst
deleted file mode 100644
index 306200f..0000000
--- a/eclipse/overview.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-.. SPDX-License-Identifier: CC-BY-SA-4.0
-
-.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
-
-.. _overview:
-
-Overview
-********
-
-Welcome to the :ref:term:`RTEMS` Eclipse Manual.
-
-This document covers using Eclipse with RTEMS.
-
-RTEMS, Real-Time Executive for Multiprocessor Systems, is a real-time executive
-(kernel) which provides a high performance environment for embedded
-applications.
-
-Eclipse is an Integrated Development Environment (IDE) for a wide range of
-languages and platforms.
-
-RTEMS's eco-system provides all the tools and capabilities to integrate with
-Eclipse. You can build and develop RTEMS with Eclipse as well as build
-applications with Eclipse.
-
-Unless otherwise stated this document refers to the Eclipse Mars release.