summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-02 10:09:40 -0500
committerJoel Sherrill <joel@rtems.org>2017-11-02 10:10:36 -0500
commit120c8a09e6f8f857b6933c7119c18903f2f869d5 (patch)
tree08396b91988ce40d9f34df6967f87e71586eff2e /c-user
parentposix-users: Clarify timed operation errors (diff)
downloadrtems-docs-120c8a09e6f8f857b6933c7119c18903f2f869d5.tar.bz2
c-user/configuring_a_system.rst: Delete notepads section
closes #3215.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/configuring_a_system.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index c91c8b6..c0b7151 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -559,38 +559,6 @@ NOTES:
.. COMMENT: XXX - Add xref to CONFIGURE_MAXIMUM_POSIX_THREADS.
-.. COMMENT: === CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS ===
-
-.. _Specify Maximum Classic API Timers:
-
-Specify Maximum Classic API Timers
-----------------------------------
-.. index:: CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS
-
-CONSTANT:
- ``CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS``
-
-DATA TYPE:
- Boolean feature macro.
-
-RANGE:
- Defined or undefined.
-
-DEFAULT VALUE:
- This is not defined by default, and Classic API Notepads are not supported.
-
-DESCRIPTION:
- ``CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS`` should be defined if the
- user wants to have support for Classic API Notepads in their application.
-
-NOTES:
- Disabling Classic API Notepads saves the allocation of sixteen (16)
- thirty-two bit integers. This saves sixty-four bytes per task/thread
- plus the allocation overhead. Notepads are rarely used in applications
- and this can save significant memory in a low RAM system. Classic API
- Notepads are deprecated, and this option has been removed from
- post 4.11 versions of RTEMS.
-
.. COMMENT: === CONFIGURE_MAXIMUM_TIMERS ===
.. _Specify Maximum Classic API Timers: