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 <[email protected]>
AuthorDate: Tue Aug 9 16:18:30 2022 +0800

    wamr: Add a new option to enable semaphore support
    
    Signed-off-by: Huang Qi <[email protected]>
---
 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

Reply via email to