artiq-zynq/src/runtime/src/kernel
pca006132 0ce45b145e kernel: proper type for static shared variables.
* Changed the KERNEL_CHANNEL_* to Mutex<T> with proper type, remove the
  need for unsafe.
* Exposed a const pointer to KernelImage, with UnsafeCell holding
  the library field for unbind with interior mutability.
2020-07-24 12:24:01 +08:00
..
api.rs RTIO DMA: Compiled but not working. 2020-07-23 17:04:15 +08:00
control.rs comms: removed core1 restart 2020-07-10 17:21:55 +08:00
core1.rs kernel: proper type for static shared variables. 2020-07-24 12:24:01 +08:00
dma.rs kernel: proper type for static shared variables. 2020-07-24 12:24:01 +08:00
mod.rs kernel: proper type for static shared variables. 2020-07-24 12:24:01 +08:00
rpc.rs kernel: proper type for static shared variables. 2020-07-24 12:24:01 +08:00