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

   ## Summary
   
   Say hello to Python on ESP32-P4!
   
   * Documentation: Add entry for Python on ESP32-P4
     * Add entries related to the Python interpreter for ESP32-P4.
   
   * boards/risc-v/esp32p4: Add defconfig for Python on ESP32-P4
     * Add a dedicated defconfig to run the Python interpreter on the 
ESP32-P4-Function-EV-Board with ethernet support, pip and ctypes.
   
   ## Impact
   
   Impact on user: Yes. Enables users to run the Python interpreter on ESP32-P4!
   
   Impact on build: No.
   
   Impact on hardware: Yes. ESP32-P4.
   
   Impact on documentation: Yes. Documentation is provided.
   
   Impact on security: No.
   
   Impact on compatibility: No.
   
   ## Testing
   
   Test it with `esp32p4-function-ev-board:python` defconfig.
   
   ### Building
   
   ```
   make -j distclean
   ./tools/configure.sh -S esp32p4-function-ev-board:python
   make flash ESPTOOL_PORT=/dev/ttyACM0 -s -j$(nproc)
   picocom -b 115200 /dev/ttyUSB1
   ```
   
   ### Running
   
   Just try `python` on NSH.
   
   ### Results
   
   ```
   nsh> python
   Python 3.13.0 (main, May 22 2026, 15:27:11) [GCC 14.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to