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

archer 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 540c6f8  esp32-devkitc: Change CONFIG_USER_ENTRYPOINT to 
CONFIG_INIT_ENTRYPOINT
540c6f8 is described below

commit 540c6f8c39af448ec861e41aa902b64178d4dfef
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Sat Dec 25 14:30:24 2021 +0800

    esp32-devkitc: Change CONFIG_USER_ENTRYPOINT to CONFIG_INIT_ENTRYPOINT
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 boards/xtensa/esp32/esp32-devkitc/configs/coex/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/coex/defconfig 
b/boards/xtensa/esp32/esp32-devkitc/configs/coex/defconfig
index fc76fcd..c133528 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/coex/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/coex/defconfig
@@ -77,6 +77,7 @@ CONFIG_FS_SPIFFS=y
 CONFIG_HAVE_CXX=y
 CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_IDLETHREAD_STACKSIZE=3072
+CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
 CONFIG_LIBC_LONG_LONG=y
 CONFIG_MM_REGIONS=3
@@ -129,7 +130,6 @@ CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=2048
 CONFIG_TELNET_CHARACTER_MODE=y
 CONFIG_TELNET_IOTHREAD_STACKSIZE=2048
 CONFIG_UART0_SERIAL_CONSOLE=y
-CONFIG_USER_ENTRYPOINT="nsh_main"
 CONFIG_WIRELESS=y
 CONFIG_WIRELESS_BLUETOOTH=y
 CONFIG_WIRELESS_WAPI=y

Reply via email to