Support CoreMgmt over DRTIO on Zynq Devices #323

Merged
sb10q merged 27 commits from occheung/artiq-zynq:drtio-coremgmt into master 2024-11-19 18:55:03 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8e28d12ad0 - Show all commits

View File

@ -261,6 +261,7 @@ mod remote_coremgmt {
if last {
write_chunk(stream, &buffer).await?;
buffer.clear();
task::r#yield().await;
}
}
Ok(packet) => {