forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user