[rtems-docs commit] Remove CONFIGURE_HAS_OWN_CONFIGURATION_TABLE

Sebastian Huber sebh at rtems.org
Wed Sep 19 08:53:17 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    cec2f2c9cf4b71850087af7f9a83e951a3f2c773
Changeset: http://git.rtems.org/rtems-docs/commit/?id=cec2f2c9cf4b71850087af7f9a83e951a3f2c773

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Sep 17 11:59:30 2018 +0200

Remove CONFIGURE_HAS_OWN_CONFIGURATION_TABLE

Close #3489.
Close #3490.

---

 c-user/configuring_a_system.rst | 33 +++++++--------------------------
 1 file changed, 7 insertions(+), 26 deletions(-)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 7697694..3e44239 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -2045,32 +2045,6 @@ NOTES:
     Typically the memory allocation will be too low when an application does
     not account for all message queue buffers or task stacks.
 
-.. index:: CONFIGURE_HAS_OWN_CONFIGURATION_TABLE
-
-.. _CONFIGURE_HAS_OWN_CONFIGURATION_TABLE:
-
-CONFIGURE_HAS_OWN_CONFIGURATION_TABLE
--------------------------------------
-
-CONSTANT:
-    ``CONFIGURE_HAS_OWN_CONFIGURATION_TABLE``
-
-DATA TYPE:
-    Boolean feature macro.
-
-RANGE:
-    Defined or undefined.
-
-DEFAULT VALUE:
-    This is not defined by default.
-
-DESCRIPTION:
-    This configuration parameter should only be defined if the application is
-    providing their own complete set of configuration tables.
-
-NOTES:
-    None.
-
 C Library Support Configuration
 ===============================
 
@@ -4850,6 +4824,13 @@ CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
 This configuration option was introduced in RTEMS 4.9.0 and is obsolete since
 RTEMS 5.1.
 
+.. index:: CONFIGURE_HAS_OWN_CONFIGURATION_TABLE
+
+CONFIGURE_HAS_OWN_CONFIGURATION_TABLE
+-------------------------------------
+
+This configuration option is obsolete since RTEMS 5.1.
+
 .. index:: CONFIGURE_HAS_OWN_BDBUF_TABLE
 
 CONFIGURE_HAS_OWN_BDBUF_TABLE



More information about the vc mailing list