sdio-clean #32

Merged
sb10q merged 1 commits from pca006132/zynq-rs:sdio-clean into master 2020-06-05 12:29:43 +08:00

The SD card driver now supports reading and writing by block address using 32bit ADMA2. Tested on both Cora-Z7-10 and ZC706.

The commits are now combined.

The SD card driver now supports reading and writing by block address using 32bit ADMA2. Tested on both Cora-Z7-10 and ZC706. The commits are now combined.
sb10q reviewed 2020-06-05 12:14:29 +08:00
@ -164,6 +216,7 @@ pub fn main_core0() {
.neighbor_cache(neighbor_cache)
.finalize();
#[cfg(feature = "target_zc706")]

This one is just an unrelated fix for making the code work again on the Cora, right?

This one is just an unrelated fix for making the code work again on the Cora, right?

yup, I would move it into another commit then.

yup, I would move it into another commit then.
sb10q closed this pull request 2020-06-05 12:29:43 +08:00
pca006132 deleted branch sdio-clean 2020-06-05 13:53:55 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/zynq-rs#32
There is no content yet.