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

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

commit f34a6e43dbdec8dd886ad69796bbf8af6d19f11f
Author: Matteo Golin <[email protected]>
AuthorDate: Sun Feb 15 16:27:23 2026 -0500

    boards/esp32s3-devkit: Align naming of configuration options
    
    Aligns `CONFIG_INTERPRETER_*` options to `CONFIG_INTERPRETERS_*` to be
    consistent with other interpreters.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig 
b/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig
index e09f78f1df6..e68b2e10ec6 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig
@@ -51,7 +51,7 @@ CONFIG_IDLETHREAD_STACKSIZE=3072
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INIT_STACKSIZE=3072
 CONFIG_INTELHEX_BINARY=y
-CONFIG_INTERPRETER_CPYTHON=y
+CONFIG_INTERPRETERS_CPYTHON=y
 CONFIG_IOB_BUFSIZE=400
 CONFIG_IOB_NBUFFERS=100
 CONFIG_IOB_NCHAINS=32

Reply via email to