From e53aae2676c42cda521328504f82d26c33827021 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 26 Mar 2012 16:42:38 -0400 Subject: 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. --- doc/user/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/Makefile.am') 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" < $< > $@ -- cgit v1.2.3