You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/08/09 15:17:06 UTC

[incubator-nuttx-apps] branch master updated: wamr: Add a new option to enable semaphore support

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 167c551e8 wamr: Add a new option to enable semaphore support
167c551e8 is described below

commit 167c551e828b34807d34d1f81fa81d274bc43eab
Author: Huang Qi <hu...@xiaomi.com>
AuthorDate: Tue Aug 9 16:18:30 2022 +0800

    wamr: Add a new option to enable semaphore support
    
    Signed-off-by: Huang Qi <hu...@xiaomi.com>
---
 interpreters/wamr/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig
index b9af78eec..853973715 100644
--- a/interpreters/wamr/Kconfig
+++ b/interpreters/wamr/Kconfig
@@ -89,6 +89,11 @@ config INTERPRETERS_WAMR_LIB_PTHREAD
 	bool "Enable lib pthread"
 	default n
 
+config INTERPRETERS_WAMR_LIB_PTHREAD_SEMAPHORE
+	bool "Enable semaphore"
+	depends on INTERPRETERS_WAMR_LIB_PTHREAD
+	default n
+
 config INTERPRETERS_WAMR_SHARED_MEMORY
 	bool "Enable shared memory"
 	default n