fix(board): support for pre/post v3 esp32p4 for 4D Systems MIPI Display modules#12309
fix(board): support for pre/post v3 esp32p4 for 4D Systems MIPI Display modules#12309cruzjuniel wants to merge 1 commit intoespressif:masterfrom
Conversation
👋 Hello cruzjuniel, 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 ...
|
e538728 to
4d77993
Compare
Description of Change
This provides the option to select the ESP32-P4 chip variant (pre v3 and post v3) by specifying the hardware revision of 4D Systems MIPI display modules.
With the recent change in chip variants,
esp32p4changed toesp32p4_esand newer/upcoming v3 chips utilizingesp32p4, the current boards options default to >= v3.x chips, which wont work with existing boards that uses v1.3.Test Scenarios
We've tested this change using the current latest code v3.3.6
Related links
N/A