* 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.
13 lines
179 B
TOML
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" }
|
|
|