variants/portenta_h7: Add support for Analogix ANX7625 MIPI-DSI.#356
variants/portenta_h7: Add support for Analogix ANX7625 MIPI-DSI.#356iabdalkader wants to merge 3 commits intoarduino:mainfrom
Conversation
c38d0be to
f520156
Compare
Built
|
| Artifact | Board | Core | Tests | RAM | Sketches | Warnings | Errors |
|---|---|---|---|---|---|---|---|
✅* zephyr_contrib |
ek_ra8d1
| 📗 | ✅* |
11.9% |
2 | 2 | - |
frdm_mcxn947
| 3 🏷️ | ✅* |
57.9% |
2 | 2 | - | |
frdm_rw612
| 1 🏷️ | ✅* |
83.0% |
2 | 2 | - | |
✔️* zephyr_main |
giga
| 4 🏷️ | ✅* |
54.5% |
44 | 14 | - |
nano33ble
| 1 🏷️ | ✅* |
78.7% |
22 | 10 | - | |
nano_matter
| 📗 | ✔️* |
|
20 | 10 | (2*) | |
niclasense
| 2 🏷️ | ✅* |
|
20 | 10 | - | |
opta
| 4 🏷️ | ✔️* |
46.6% |
54 | 26 | (2*) | |
portentac33
| 3 🏷️ | ✔️* |
|
56 | 28 | (8*) | |
portentah7
| 3 🏷️ | ✔️* |
47.4% |
58 | 28 | (2*) | |
✅* zephyr_unoq |
unoq
| 📗 | ✅* |
26.3% |
52 | 10 | - |
Legend
Board Test Status description 🔥 🔥 Test run failed to complete. ❌ 🔴 Test completed with unexpected errors. ✔️* 🚫 Test completed with errors, but all are known/expected. ✅* 🟡 Test completed with some warnings; no errors detected. ✅ 🟢 Test passed successfully, with no warnings or errors. 🌑 🌑 Test was skipped.
|
@iabdalkader progress on this and Arduino_Video, Is there anything I can test to help out? |
Waiting on @pennam to test and approve. The new Arduino_Video library is more portable and works on mbed and Zephyr. Display/ANX works on mbed and ANX only for Zephyr. It uses the same examples for both and has improved LVGL config. Don't know if it makes sense but we could extend it to support the display on Zephyr. |
pennam
left a comment
There was a problem hiding this comment.
@iabdalkader can you please drop commit 51cedbf
We can handle config overrides as proposed here https://github.com/arduino-libraries/Arduino_Video/pull/3
The STM32 MIPI-DSI driver requires a child node with a data-lanes property to configure the number of DSI lanes. Since the ANX7625 driver is implemented in libraries this binding exists solely to allow adding a child with data-lanes property. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Merge SRAM1 and SRAM2 to increase llext heap to 256KBs. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
51cedbf to
c70413a
Compare
|
Updated & rebased. |
This requires the new
Arduino_Videolibrary with Zephyr support:Testing
🚫 not supported · ✅ pass · ❌ fail
Note: Testing was done using Arduino LVGL library 9.5.0