Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upWPI: -- spi_flash: fix bitbang with spi_width=1 #14
Conversation
cr1901
reviewed
Dec 26, 2016
•
If spi_width is 1, we will be sending data back on mosi instead of miso.
spi_width == 1 should be treated as a special case, since different lines are used for tx and rx.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mithro
changed the title from
spi_flash: fix bitbang with spi_width=1
to
WPI: -- spi_flash: fix bitbang with spi_width=1
Dec 27, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mithro
Dec 27, 2016
Collaborator
@enjoy-digital - @cr1901 is working on this and will update the pull request once it is working properly.
|
@enjoy-digital - @cr1901 is working on this and will update the pull request once it is working properly. |
enjoy-digital
merged commit 6d0096a
into
enjoy-digital:master
Jan 17, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Merged, I'll test and fix myself if needed. |
mithro
deleted the
mithro:spiflash2
branch
Jan 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mithro commentedDec 26, 2016
Importing sb0's fix into litex.