* user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and
	CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
This commit is contained in:
Joel Sherrill
2008-09-18 13:31:04 +00:00
parent ec9e8a9bae
commit 79e4227c1e
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-09-18 Miao Yan <yanmiaobest@gmail.com>
* user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and
CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON * shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON

View File

@@ -184,6 +184,18 @@ before RTEMS release 4.5.0. The miniIMFS supports
only directories and device nodes and is smaller in executable only directories and device nodes and is smaller in executable
code size than the full IMFS. code size than the full IMFS.
@findex CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
@item @code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is defined
if the application wished to use the device-only filesytem. The
device-only filesystem supports only device nodes and is smaller
in executable code size than the full IMFS and miniIMFS.
@findex CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
@item @code{CONFIGURE_APPLICATION_DISABLE_FILESYSTEM} is defined
if the application dose not intend to use any kind of filesystem
supports(including printf family).
@findex CONFIGURE_STACK_CHECKER_ENABLED @findex CONFIGURE_STACK_CHECKER_ENABLED
@item @code{CONFIGURED_STACK_CHECKER_ENABLED} is defined when @item @code{CONFIGURED_STACK_CHECKER_ENABLED} is defined when
the application wishes to enable run-time stack bounds checking. the application wishes to enable run-time stack bounds checking.
@@ -406,7 +418,7 @@ set to 10.
@findex CONFIGURE_MAXIMUM_DEVICES @findex CONFIGURE_MAXIMUM_DEVICES
@item @code{CONFIGURE_MAXIMUM_DEVICES} is defined @item @code{CONFIGURE_MAXIMUM_DEVICES} is defined
to the number of individual devices that may be registered to the number of individual devices that may be registered
in the system. By default, this is set to 20. in the system. By default, this is set to 4.
@findex CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER @findex CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
@item @code{CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER} @item @code{CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER}