You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2022/05/25 11:44:17 UTC

[incubator-nuttx] branch master updated: esp32:wamr_wasi_debug: Remove CONFIG_SCHED_ONEXIT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d57694855 esp32:wamr_wasi_debug: Remove CONFIG_SCHED_ONEXIT
2d57694855 is described below

commit 2d57694855e0fd34e262669788d6f69131f13543
Author: Ville Juven <vi...@unikie.com>
AuthorDate: Wed May 25 12:39:16 2022 +0300

    esp32:wamr_wasi_debug: Remove CONFIG_SCHED_ONEXIT
    
    This file got merged just before merging the patch that removes this
    config from the kernel, this cleans it up
---
 boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
index 7722111e82..072df62ab8 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
@@ -96,7 +96,6 @@ CONFIG_RAW_BINARY=y
 CONFIG_RR_INTERVAL=200
 CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_HPWORKSTACKSIZE=2048
-CONFIG_SCHED_ONEXIT=y
 CONFIG_SERIAL_NPOLLWAITERS=2
 CONFIG_SIG_DEFAULT=y
 CONFIG_SPI=y