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

arm/rp2040: Add SPI driver support #2986

Merged
merged 3 commits into from Mar 8, 2021

Conversation

yunkya2
Copy link
Contributor

@yunkya2 yunkya2 commented Mar 5, 2021

Summary

Add SPI driver for Raspberry Pi Pico.
(DMA transfer is not supported yet.)

Impact

rp2040 only

Testing

New config raspberrypi-pico:spisd is added to test SD card access with SPI.
Read/Write access OK.

arch/arm/src/rp2040/rp2040_gpio.h Show resolved Hide resolved
arch/arm/src/rp2040/rp2040_gpio.h Outdated Show resolved Hide resolved
arch/arm/src/rp2040/rp2040_spi.h Outdated Show resolved Hide resolved
arch/arm/src/rp2040/rp2040_spi.h Outdated Show resolved Hide resolved
arch/arm/src/rp2040/rp2040_spi.h Outdated Show resolved Hide resolved
@masayuki2009 masayuki2009 merged commit b9c5294 into apache:master Mar 8, 2021
@yunkya2 yunkya2 deleted the rppico-spi-support branch March 8, 2021 08:34
@btashton btashton added this to To-Add in Release Notes - 10.1.0 Apr 12, 2021
@jerpelea jerpelea moved this from To-Add to arch in Release Notes - 10.1.0 Apr 13, 2021
@jerpelea jerpelea moved this from arch to Added in Release Notes - 10.1.0 Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants