artiq-zynq/src/runtime/src/kernel
pca006132 ae07c05db4 runtime: optimize for speed and fix deadlock
The previous method of taking the channel could cause deadlock, we now
use semaphore to signal if the channel is available instead of busy
polling the mutex.
2020-09-02 10:15:52 +08:00
..
api.rs runtime/kernel: Expose libm::atanh 2020-08-09 20:06:09 +01:00
cache.rs runtime/kernel: use mutable static for shared channel 2020-08-25 14:51:39 +08:00
control.rs runtime: optimize for speed and fix deadlock 2020-09-02 10:15:52 +08:00
core1.rs runtime: optimize for speed and fix deadlock 2020-09-02 10:15:52 +08:00
dma.rs runtime/kernel: use mutable static for shared channel 2020-08-25 14:51:39 +08:00
mod.rs runtime: optimize for speed and fix deadlock 2020-09-02 10:15:52 +08:00
rpc.rs runtime/kernel: use mutable static for shared channel 2020-08-25 14:51:39 +08:00