[PATCH 02/19] testsuites/samples/minimum/init.c: Notepads no longer need to be disabled

Joel Sherrill joel.sherrill at oarcorp.com
Mon Mar 16 20:29:19 UTC 2015


They are disabled by default as they are deprecated.
---
 testsuites/samples/minimum/init.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c
index 09aecbe..03ed79e 100644
--- a/testsuites/samples/minimum/init.c
+++ b/testsuites/samples/minimum/init.c
@@ -80,13 +80,6 @@ rtems_task Init(
 #define CONFIGURE_MAXIMUM_PRIORITY 15
 
 /*
- *  This disables Classic API Notepads and saves 16 uint32_t's of RAM
- *  per Task Control Block.  If you aren't using these and are tight
- *  on RAM, this is an option.
- */
-#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
-
-/*
  *  This configures RTEMS to use a single memory pool for the RTEMS Workspace
  *  and C Program Heap.  If not defined, there will be separate memory pools
  *  for the RTEMS Workspace and C Program Heap.  Having separate pools
-- 
1.9.3



More information about the devel mailing list