source: rtems-schedsim/schedsim/shell/schedsim_smppriority/config.c @ 26560c4

Last change on this file since 26560c4 was 26560c4, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/14 at 13:14:48

schedsim_smppriority: New simulator instance

  • Property mode set to 100644
File size: 414 bytes
Line 
1/**
2 * @file
3 *
4 * Configuration file for Scheduler Simulator using Priority SMP
5 */
6
7#include <rtems.h>
8
9#define CONFIGURE_INIT
10#define CONFIGURE_MAXIMUM_TASKS             1000
11#define CONFIGURE_MAXIMUM_SEMAPHORES        1000
12
13#define CONFIGURE_SMP_APPLICATION
14#define CONFIGURE_SMP_MAXIMUM_PROCESSORS 4
15#define CONFIGURE_SCHEDULER_PRIORITY_SMP
16
17#define CONFIGURE_DISABLE_BSP_SETTINGS
18#include <rtems/confdefs.h>
Note: See TracBrowser for help on using the repository browser.