summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_simple/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_simple/config.c')
-rw-r--r--schedsim/shell/schedsim_simple/config.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_simple/config.c b/schedsim/shell/schedsim_simple/config.c
new file mode 100644
index 0000000..5322dc1
--- /dev/null
+++ b/schedsim/shell/schedsim_simple/config.c
@@ -0,0 +1,9 @@
+#include <rtems.h>
+
+#define CONFIGURE_INIT
+#define CONFIGURE_MAXIMUM_TASKS 1000
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1000
+
+#define CONFIGURE_SCHEDULER_SIMPLE
+#define CONFIGURE_DISABLE_BSP_SETTINGS
+#include <confdefs.h>