Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPSPI support for i.MX RT106x #26428

Closed
zal-lkrueger opened this issue Jun 24, 2020 · 2 comments
Closed

LPSPI support for i.MX RT106x #26428

zal-lkrueger opened this issue Jun 24, 2020 · 2 comments
Assignees

Comments

@zal-lkrueger
Copy link

Is your feature request related to a problem? Please describe.
When checking the documentation as well as compiling and running samples for the mimxrt1064_evk board, we noticed that LPSPI is not supported for this board/mcu. The same holds for the (feature equivalent apart from mcu internal flash) mimxrt1060_evk board. However, it seems that the earlier mimxrt1050_evk supports LPSPI. From the documentation this part of the mcu at least seems to be similar to the 106x.

Is there any particular reason the mimxrt106x_evk currently lacks this feature apart from that no one has yet worked on it?

Describe the solution you'd like
We would like to have LPSPI supported out of the box on mimxrt106x_evk by Zephyr :)

Describe alternatives you've considered
Obviously, we are considering implementing it ourselves but it would be nice to know if there are any showstoppers unknown to us or if somebody is already working on it or if there are any hints on how easily e.g. parts of the relevant code/config for the mimxrt1050_evk could be reused.

Additional context
None so far...

@MaureenHelm
Copy link
Member

Is there any particular reason the mimxrt106x_evk currently lacks this feature apart from that no one has yet worked on it?

No blocking issues, it just hasn't been worked on yet. It should be easy to add using the mimxrt1050_evk as an example. You'll need to add board-level dts, pinmuxing, and configure tests/drivers/spi/spi_loopback to verify it works.

@github-actions
Copy link

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.

@github-actions github-actions bot added the Stale label Aug 25, 2020
@github-actions github-actions bot closed this as completed Sep 8, 2020
bdkrae pushed a commit to bdkrae/zephyr that referenced this issue Feb 5, 2021
This activates spi support for this soc. Closes zephyrproject-rtos#26428

```tests/drivers/spi/spi_loopback``` succeeded.

Signed-off-by: Bernhard Krämer <[email protected]>
nashif pushed a commit that referenced this issue Feb 15, 2021
This activates spi support for this soc. Closes #26428

```tests/drivers/spi/spi_loopback``` succeeded.

Signed-off-by: Bernhard Krämer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants