mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
documentation: add Python defconfig to esp32p4-tab5 board
Adds description of Python defconfig for Tab5 board. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
e59fad4403
commit
7df7c6ee50
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
=====================
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue