summaryrefslogtreecommitdiffstats
path: root/doc/user/Makefile.am
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2012-03-26 16:42:38 -0400
committerGedare Bloom <gedare@rtems.org>2012-03-27 19:51:31 -0400
commite53aae2676c42cda521328504f82d26c33827021 (patch)
treebae4748b9a2db645f8da88fe8b72e676b161c25f /doc/user/Makefile.am
parentGRETH: added support for non-snooping GRETH 10/100 systems (diff)
downloadrtems-e53aae2676c42cda521328504f82d26c33827021.tar.bz2
confdefs: Add declaration for unlimited objects.
Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r--doc/user/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index 847767dbab..af2b24dbca 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -161,7 +161,7 @@ conf.texi: conf.t
-n "Multiprocessing Manager" < $< > $@
mp.texi: mp.t
- $(BMENU2) -p "Configuring a System Sizing the RTEMS RAM Workspace" \
+ $(BMENU2) -p "Configuring a System Unlimited Objects" \
-u "Top" \
-n "Stack Bounds Checker" < $< > $@