DRTIO port - master/runtime firmware #137
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#137
Loading…
Reference in New Issue
No description provided.
Delete Branch "mwojcik/artiq-zynq:drtio_runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a part of few pull requests for DRTIO functionality. They have been broken up to allow easier code review overall. They're identical in contents to drtio_port branch.
This PR includes runtime application with necessary additions to run drtio, ported from mainline ARTIQ. Some code was moved to libboard_artiq (another PR) because of shared nature of some features with satman.
This PR should be merged after libio and libboard_artiq.
Any feedback and suggestions are welcome.
@ -0,0 +245,4 @@
}
}
pub async fn link_thread(aux_mutex: &Rc<Mutex<bool>>,
Nitpick: It's not a thread anymore, it became a task/coroutine.