mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-06 05:12:11 +08:00
user: Provide a user friendly configuration
This commit is contained in:
parent
62d58f229f
commit
03e61e9494
@ -64,14 +64,14 @@ settings:
|
|||||||
/*
|
/*
|
||||||
* Simple RTEMS configuration
|
* Simple RTEMS configuration
|
||||||
*/
|
*/
|
||||||
#include <rtems.h>
|
|
||||||
|
|
||||||
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||||
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
|
|
||||||
|
#define CONFIGURE_UNLIMITED_OBJECTS
|
||||||
|
#define CONFIGURE_UNIFIED_WORK_AREAS
|
||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user