2007-04-05 Joel Sherrill <joel@OARcorp.com>

* user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
	configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
This commit is contained in:
Joel Sherrill
2007-04-05 15:27:18 +00:00
parent 540de0e566
commit d51ecd6369
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* user/example.texi: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
2007-04-05 Joel Sherrill <joel@OARcorp.com>
* user/task.t: Add rtems_iterate_over_all_threads.

View File

@@ -71,8 +71,8 @@ rtems_task user_application(rtems_task_argument argument)
@}
@}
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER /* for stdio */
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER /* for time services */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER /* for stdio */
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER /* for time services */
#define CONFIGURE_MAXIMUM_TASKS 2