feat(board): Add Support for ESP32-P4 Core Board#12230
Conversation
👋 Hello me-no-dev, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@P-R-O-C-H-Y done |
This pull request adds support for the new
ESP32P4 Core Boardto the Arduino platform. The changes introduce board-specific configuration inboards.txtand define pin mappings and features in a new variant header file. These updates enable users to select and build for the ESP32P4 Core Board within the Arduino IDE, including support for various upload, debug, and partition options.New Board Support:
ESP32P4 Core Boardinboards.txt, including upload tools, build options, partition schemes, debug levels, and menu settings for features like USB mode, JTAG adapters, and flash erase.Pin and Feature Definitions:
variants/esp32p4_core_board/pins_arduino.hto define pin mappings (digital, analog, SPI, I2C, etc.), built-in LED, RGB LED, and SDIO host features specific to the ESP32P4 Core Board.