Files
artiq-zynq/src/libdyld/Cargo.toml
pca006132 0310421085 RTIO DMA: Compiled but not working.
* Cache flush should be done before playback instead when getting the
  handler.
* `csr::rtio_dma::enable_read()` would loop forever, probably bug in the
  gateware.
2020-07-23 17:04:15 +08:00

13 lines
179 B
TOML

[package]
authors = ["M-Labs"]
name = "dyld"
version = "0.1.0"
[lib]
name = "dyld"
[dependencies]
log = "0.4"
libcortex_a9 = { git = "https://git.m-labs.hk/M-Labs/zc706.git" }