tmedicci opened a new pull request, #15955:
URL: https://github.com/apache/nuttx/pull/15955

   ## Summary
   
   Add a defconfig that enables the Python interpreter on ESP32-S3 and add the 
related documentation about it for both the Python Interpreter and 
ESP32-S3-DevKitC-board entries.
   
   ## Impact
   <!-- Please fill the following sections with YES/NO and provide a brief 
explanation -->
   
   Impact on user: YES. Users can try Python on ESP32-S3 - the first real HW to 
support it on NuttX
   <!-- Does it impact user's applications? How? -->
   
   Impact on build: NO.
   <!-- Does it impact on buildi ng NuttX? How? (please describe the required 
changes on the build system) -->
   
   Impact on hardware: YES. Tweak ESP32-S3 to support Python on NuttX
   
   Impact on documentation: YES. Related entries were updated.
   
   Impact on security: NO.
   
   Impact on compatibility: NO.
   
   ## Testing
   
   The testing procedure is provided in the updated documentation.
   
   Please check the following article just published to Espressif's Developer 
portal: [_Running Python on ESP32-S3 with 
NuttX_](https://developer.espressif.com/blog/2025/03/nuttx-python-esp32s3/)
   
   ### Building and Flashing
   
   ```
   cd nuttx
   make distclean
   ./tools/configure.sh esp32s3-devkit:python
   make flash ESPTOOL_BINDIR=./ ESPTOOL_PORT=/dev/ttyUSB0 -s -j$(nproc)
   ```
   
   ### Running
   
   Just run `python`:
   
   ```
   nsh> python
   Python 3.13.0 (main, Dec  4 2024, 17:00:42) [GCC 13.2.0] on nuttx
   Type "help", "copyright", "credits" or "license" for more information.
   >>>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to