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:
parent
46f7cd51dd
commit
739fd90127
|
@ -25,16 +25,6 @@ on QEMU as follows:
|
||||||
:goals: run
|
:goals: run
|
||||||
:compact:
|
: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
|
Sample Output
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue