summaryrefslogtreecommitdiff
path: root/samples/legacy
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-11 05:47:03 -0500
committerAndrew Boie <andrew.p.boie@intel.com>2016-12-12 20:25:07 +0000
commit0859df1eca46fb9ab8b9b2efd9eddd6e29becac4 (patch)
tree85589ccd6b4659df11608e4bf23b37219d8c63d8 /samples/legacy
parent095112516a0dbe14a990af0b4885f28c23e2408d (diff)
kernel: disable MDEF by default
Disable MDEF option and set it only in legacy projects. Change-Id: I2e1f011eb1f876af929140e36f71f0efb5e955c1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples/legacy')
-rw-r--r--samples/legacy/cpp_synchronization/microkernel/prj.conf1
-rw-r--r--samples/legacy/cpp_synchronization/nanokernel/prj.conf1
-rw-r--r--samples/legacy/kernel_event_logger/microkernel/prj.conf1
-rw-r--r--samples/legacy/kernel_event_logger/microkernel/prj_unified.conf1
-rw-r--r--samples/legacy/kernel_event_logger/nanokernel/prj.conf1
-rw-r--r--samples/legacy/philosophers/microkernel/prj.conf1
-rw-r--r--samples/legacy/philosophers/nanokernel/prj.conf1
-rw-r--r--samples/legacy/synchronization/microkernel/prj.conf1
-rw-r--r--samples/legacy/synchronization/nanokernel/prj.conf1
-rw-r--r--samples/legacy/task_profiler/microkernel/prj.conf1
-rw-r--r--samples/legacy/task_profiler/microkernel/prj_quark_se_c1000_devboard.conf1
-rw-r--r--samples/legacy/task_profiler/nanokernel/prj.conf1
-rw-r--r--samples/legacy/task_profiler/nanokernel/prj_quark_se_c1000_devboard.conf1
13 files changed, 13 insertions, 0 deletions
diff --git a/samples/legacy/cpp_synchronization/microkernel/prj.conf b/samples/legacy/cpp_synchronization/microkernel/prj.conf
index fdd50ca0f..1d7f3028f 100644
--- a/samples/legacy/cpp_synchronization/microkernel/prj.conf
+++ b/samples/legacy/cpp_synchronization/microkernel/prj.conf
@@ -1,2 +1,3 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_CPLUSPLUS=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/cpp_synchronization/nanokernel/prj.conf b/samples/legacy/cpp_synchronization/nanokernel/prj.conf
index fdd50ca0f..1d7f3028f 100644
--- a/samples/legacy/cpp_synchronization/nanokernel/prj.conf
+++ b/samples/legacy/cpp_synchronization/nanokernel/prj.conf
@@ -1,2 +1,3 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_CPLUSPLUS=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/kernel_event_logger/microkernel/prj.conf b/samples/legacy/kernel_event_logger/microkernel/prj.conf
index 818effd45..2fc288e3e 100644
--- a/samples/legacy/kernel_event_logger/microkernel/prj.conf
+++ b/samples/legacy/kernel_event_logger/microkernel/prj.conf
@@ -8,3 +8,4 @@ CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
CONFIG_IDLE_STACK_SIZE=512
+CONFIG_MDEF=y
diff --git a/samples/legacy/kernel_event_logger/microkernel/prj_unified.conf b/samples/legacy/kernel_event_logger/microkernel/prj_unified.conf
index 818effd45..2fc288e3e 100644
--- a/samples/legacy/kernel_event_logger/microkernel/prj_unified.conf
+++ b/samples/legacy/kernel_event_logger/microkernel/prj_unified.conf
@@ -8,3 +8,4 @@ CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
CONFIG_IDLE_STACK_SIZE=512
+CONFIG_MDEF=y
diff --git a/samples/legacy/kernel_event_logger/nanokernel/prj.conf b/samples/legacy/kernel_event_logger/nanokernel/prj.conf
index 818effd45..2fc288e3e 100644
--- a/samples/legacy/kernel_event_logger/nanokernel/prj.conf
+++ b/samples/legacy/kernel_event_logger/nanokernel/prj.conf
@@ -8,3 +8,4 @@ CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
CONFIG_IDLE_STACK_SIZE=512
+CONFIG_MDEF=y
diff --git a/samples/legacy/philosophers/microkernel/prj.conf b/samples/legacy/philosophers/microkernel/prj.conf
index 649a67c90..0527ca081 100644
--- a/samples/legacy/philosophers/microkernel/prj.conf
+++ b/samples/legacy/philosophers/microkernel/prj.conf
@@ -1,3 +1,4 @@
# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_TEST_RANDOM_GENERATOR=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/philosophers/nanokernel/prj.conf b/samples/legacy/philosophers/nanokernel/prj.conf
index e69de29bb..270f8f18f 100644
--- a/samples/legacy/philosophers/nanokernel/prj.conf
+++ b/samples/legacy/philosophers/nanokernel/prj.conf
@@ -0,0 +1 @@
+CONFIG_MDEF=y
diff --git a/samples/legacy/synchronization/microkernel/prj.conf b/samples/legacy/synchronization/microkernel/prj.conf
index 8b042db54..100fd6b98 100644
--- a/samples/legacy/synchronization/microkernel/prj.conf
+++ b/samples/legacy/synchronization/microkernel/prj.conf
@@ -1 +1,2 @@
CONFIG_STDOUT_CONSOLE=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/synchronization/nanokernel/prj.conf b/samples/legacy/synchronization/nanokernel/prj.conf
index b2a4ba591..d4df8c09f 100644
--- a/samples/legacy/synchronization/nanokernel/prj.conf
+++ b/samples/legacy/synchronization/nanokernel/prj.conf
@@ -1 +1,2 @@
# nothing here
+CONFIG_MDEF=y
diff --git a/samples/legacy/task_profiler/microkernel/prj.conf b/samples/legacy/task_profiler/microkernel/prj.conf
index 6b6daeb95..2650751f7 100644
--- a/samples/legacy/task_profiler/microkernel/prj.conf
+++ b/samples/legacy/task_profiler/microkernel/prj.conf
@@ -15,3 +15,4 @@ CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
CONFIG_SYS_POWER_MANAGEMENT=y
CONFIG_TICKLESS_IDLE=y
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/task_profiler/microkernel/prj_quark_se_c1000_devboard.conf b/samples/legacy/task_profiler/microkernel/prj_quark_se_c1000_devboard.conf
index c82fab4c6..d47ee89d2 100644
--- a/samples/legacy/task_profiler/microkernel/prj_quark_se_c1000_devboard.conf
+++ b/samples/legacy/task_profiler/microkernel/prj_quark_se_c1000_devboard.conf
@@ -18,3 +18,4 @@ CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
CONFIG_UART_QMSI_1_BAUDRATE=2000000
CONFIG_KERNEL_EVENT_LOGGER_CUSTOM_TIMESTAMP=y
CONFIG_RTC=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/task_profiler/nanokernel/prj.conf b/samples/legacy/task_profiler/nanokernel/prj.conf
index 64393541d..6105f6fe0 100644
--- a/samples/legacy/task_profiler/nanokernel/prj.conf
+++ b/samples/legacy/task_profiler/nanokernel/prj.conf
@@ -10,3 +10,4 @@ CONFIG_NANO_TIMEOUTS=y
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=500
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
+CONFIG_MDEF=y
diff --git a/samples/legacy/task_profiler/nanokernel/prj_quark_se_c1000_devboard.conf b/samples/legacy/task_profiler/nanokernel/prj_quark_se_c1000_devboard.conf
index e2393a65c..729513997 100644
--- a/samples/legacy/task_profiler/nanokernel/prj_quark_se_c1000_devboard.conf
+++ b/samples/legacy/task_profiler/nanokernel/prj_quark_se_c1000_devboard.conf
@@ -13,3 +13,4 @@ CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
CONFIG_UART_QMSI_1_BAUDRATE=2000000
CONFIG_KERNEL_EVENT_LOGGER_CUSTOM_TIMESTAMP=y
CONFIG_RTC=y
+CONFIG_MDEF=y