This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7df7c6ee5047db511df38eb4c87bd0b86e2b107a Author: Filipe Cavalcanti <[email protected]> AuthorDate: Wed Jul 15 14:46:09 2026 -0300 documentation: add Python defconfig to esp32p4-tab5 board Adds description of Python defconfig for Tab5 board. Signed-off-by: Filipe Cavalcanti <[email protected]> --- .../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 </applications/interpreters/python/index>` 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
