mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-06 13:09:02 +00:00
Merged in masayuki2009/nuttx.apps/add_dep_to_smp (pull request #162)
apps/examples/smp: Add dependency on SMP in Kconfig Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
88c78b6a0c
commit
9b548e8ea2
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
config EXAMPLES_SMP
|
||||
tristate "SMP example"
|
||||
default n
|
||||
depends on SMP
|
||||
---help---
|
||||
Enable the SMP example. This example basically extracts the pthread
|
||||
barrier test from apps/testing/ostest and adds some instrumentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue