This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 9367b7edfac661bf6f7a4baca0825dbe62e21539 Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Wed Dec 18 10:45:37 2024 +0900 Remove all references to CONFIG_SCHED_ATEXIT It has been removed a few years ago. https://github.com/apache/nuttx/pull/6197 --- crypto/libtomcrypt/Kconfig | 1 - interpreters/luamodules/luv/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto/libtomcrypt/Kconfig b/crypto/libtomcrypt/Kconfig index fcf223231..2af14e6e1 100644 --- a/crypto/libtomcrypt/Kconfig +++ b/crypto/libtomcrypt/Kconfig @@ -54,7 +54,6 @@ endif # LIBTOMCRYPT_LTCRYPT config LIBTOMCRYPT_HASHSUM tristate "LibTomCrypt hashsum" - depends on SCHED_ATEXIT default n ---help--- Demo hashsum application diff --git a/interpreters/luamodules/luv/Kconfig b/interpreters/luamodules/luv/Kconfig index fafe2fc2b..88b2bcb14 100644 --- a/interpreters/luamodules/luv/Kconfig +++ b/interpreters/luamodules/luv/Kconfig @@ -15,7 +15,6 @@ config LUA_LUV_MODULE select NET_TCP select NET_UDP select PSEUDOFS_SOFTLINKS - select SCHED_ATEXIT select SCHED_HAVE_PARENT ---help--- Bare libuv bindings for Lua
