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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-09-09 09:58:16 -05:00
parent 46f7cd51dd
commit 739fd90127
2 changed files with 0 additions and 15 deletions

View file

@ -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
=============

View file

@ -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