summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2011-11-18 20:04:02 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2011-11-18 20:04:02 +0000
commitce017f908a82237161362f80b935af24285c2270 (patch)
tree1a696719c6610eeff06d89a6cad85d476936a8ef /doc
parentRegenerate. (diff)
downloadrtems-ce017f908a82237161362f80b935af24285c2270.tar.bz2
2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* user/conf.t: Added a bsp override option for MAXIMUM_DEVICES.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/conf.t5
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b812b9157d..b24b8f58f1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+ * user/conf.t: Added a bsp override option for MAXIMUM_DEVICES.
+
2011-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1947/doc
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 7612b361a3..0e532db488 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -537,7 +537,10 @@ set to 10.
@findex CONFIGURE_MAXIMUM_DEVICES
@item @code{CONFIGURE_MAXIMUM_DEVICES} is defined
to the number of individual devices that may be registered
-in the system. By default, this is set to 4.
+in the system. Unless @code{BSP_MAXIMUM_DEVICES} is set
+by the BSP, the default value for this is set to 4.
+If overridden by the BSP the value is set to the value
+specified by the BSP.
@findex CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
@item @code{CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER}