From 7df7c6ee5047db511df38eb4c87bd0b86e2b107a Mon Sep 17 00:00:00 2001 From: Filipe Cavalcanti Date: Wed, 15 Jul 2026 14:46:09 -0300 Subject: [PATCH] documentation: add Python defconfig to esp32p4-tab5 board Adds description of Python defconfig for Tab5 board. Signed-off-by: Filipe Cavalcanti --- .../platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst | 6 ++++++ boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst b/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst index 488c220cc5c..dc192f30661 100644 --- a/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst +++ b/Documentation/platforms/risc-v/esp32p4/boards/esp32p4-tab5/index.rst @@ -142,6 +142,12 @@ nsh Basic NuttShell configuration (console enabled over the USB Serial/JTAG port, exposed as ``/dev/ttyACM0`` on the host). Brings up the I2C0 bus. +python +------ + +This configuration enables the Python for ESP32-P4 on Tab5. +Please refer to the :doc:`Python Interpreter ` page. + Building and flashing ===================== diff --git a/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig b/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig index d5e6407fca3..53ecaad3140 100644 --- a/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig +++ b/boards/risc-v/esp32p4/esp32p4-tab5/configs/python/defconfig @@ -80,7 +80,6 @@ CONFIG_PREALLOC_TIMERS=0 CONFIG_PSEUDOFS_SOFTLINKS=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_BACKTRACE=y -CONFIG_SCHED_WAITPID=y CONFIG_SCHED_WORKQUEUE=y CONFIG_SMARTFS_MAXNAMLEN=48 CONFIG_STACK_COLORATION=y