artiq-zynq/src/runtime/src
Sebastien Bourdeauducq f8d4036451 add ACP kernel initiator
Based on work by Chris Ballance
https://github.com/m-labs/artiq/issues/1167#issuecomment-427188287
M-Labs/artiq-zynq#55

Work-in-progress, only gateware part and build system, untested.
2020-08-04 13:15:26 +08:00
..
kernel dma: call rtio module to get time cursor position 2020-08-04 13:14:00 +08:00
analyzer.rs analyzer: report AXI bus errors 2020-07-20 19:51:22 +08:00
comms.rs runtime/comms: limited concurrent connections to 1 only. 2020-08-04 10:31:03 +08:00
config.rs config: refactor and share 2020-07-08 19:24:26 +08:00
eh_artiq.rs Kernel exception: fixed top level finally. (#70) 2020-07-23 14:09:15 +08:00
irq.rs runtime/comms: restart core1 before kernel load. 2020-08-04 10:17:19 +08:00
load_pl.rs Load PL: simplify logic by using fatfs find_file directly. 2020-06-18 11:32:23 +08:00
logger.rs use blocking timer api, update microseconds api 2020-07-22 23:58:55 +02:00
main.rs add ACP kernel initiator 2020-08-04 13:15:26 +08:00
mgmt.rs runtime/mgmt: mgmt.rs consistency 2020-07-21 13:54:32 +08:00
moninj.rs moninj: better connection logging 2020-07-20 19:07:44 +08:00
net_settings.rs config: refactor and share 2020-07-08 19:24:26 +08:00
panic.rs runtime/panic: prevent nested panic and added core ID in panic msg. 2020-07-16 17:11:35 +08:00
proto_async.rs update dependencies, use new libasync smoltcp recv API 2020-07-19 16:16:39 +08:00
proto_core_io.rs remove compiler warning 2020-07-06 21:55:30 +08:00
rpc.rs rpc: added `#[repr(C)]` for structs. 2020-07-16 15:48:17 +08:00
rtio_acp.rs add ACP kernel initiator 2020-08-04 13:15:26 +08:00
rtio_csr.rs add ACP kernel initiator 2020-08-04 13:15:26 +08:00
sd_reader.rs SdReader: fixed write cache bug. 2020-07-07 14:02:13 +08:00