From 739fd9012725556236545f3aca75dbd771d5ee39 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 9 Sep 2018 09:58:16 -0500 Subject: [PATCH] samples: synchronization: remove unused conf prj_stack_guard.conf not related to this sample, we have tests other samples for stack guard testing/demonstration. Signed-off-by: Anas Nashif --- samples/synchronization/README.rst | 10 ---------- samples/synchronization/prj_stack_guard.conf | 5 ----- 2 files changed, 15 deletions(-) delete mode 100644 samples/synchronization/prj_stack_guard.conf diff --git a/samples/synchronization/README.rst b/samples/synchronization/README.rst index cbcaab1885..9a74874dcc 100644 --- a/samples/synchronization/README.rst +++ b/samples/synchronization/README.rst @@ -25,16 +25,6 @@ on QEMU as follows: :goals: run :compact: -On the supported ARM MCUs the project can be built with the MPU and the Thread -Stack Guard feature enabled: - -.. zephyr-app-commands:: - :zephyr-app: samples/synchronization - :board: v2m_beetle - :conf: prj_stack_guard.conf - :goals: build flash - :compact: - Sample Output ============= diff --git a/samples/synchronization/prj_stack_guard.conf b/samples/synchronization/prj_stack_guard.conf deleted file mode 100644 index cdc1dbe8dd..0000000000 --- a/samples/synchronization/prj_stack_guard.conf +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_STDOUT_CONSOLE=y -CONFIG_MPU_STACK_GUARD=y -CONFIG_SYS_LOG=y -CONFIG_SYS_LOG_DEFAULT_LEVEL=4 -CONFIG_SYS_LOG_OVERRIDE_LEVEL=4