From f34a6e43dbdec8dd886ad69796bbf8af6d19f11f Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Sun, 15 Feb 2026 16:27:23 -0500 Subject: [PATCH] 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 --- 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