NXP i.MX RT595 Evaluation Kit driver support #49788
-
Our existing program is implemented based on nordic sdk (zephyr rtos). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jdwang001 , NXP does have plans to add driver support for both the MIPI DSI display interface, and the GPU. However, these tasks are not yet scheduled, so we do not have specific timing for those features to share yet. In the meantime, the RT1170 has a similar MIPI DSI feature that is already supported in Zephyr. You can refer to this PR as a reference for what was added to enable this support. For the GPU, my understanding is Zephyr does not have a framework yet for GPU support. NXP has multiple MCUs supported in Zephyr today with GPUs or some graphical acceleration. So we are quite interested in working with the Zephyr Community to create a common framework that can be used. And then NXP plans to add this support for the RT500 family. Best regards |
Beta Was this translation helpful? Give feedback.
Hi @jdwang001 ,
NXP does have plans to add driver support for both the MIPI DSI display interface, and the GPU. However, these tasks are not yet scheduled, so we do not have specific timing for those features to share yet.
In the meantime, the RT1170 has a similar MIPI DSI feature that is already supported in Zephyr. You can refer to this PR as a reference for what was added to enable this support.
For the GPU, my understanding is Zephyr does not have a framework yet for GPU support. NXP has multiple MCUs supported in Zephyr today with GPUs or some graphical acceleration. So we are quite interested in working with the Zephyr Community to create a common framework that can be used. And th…