artiq-zynq/src/runtime/src
David Nadlinger 5c054cc901 Unify Si5324 setup code with main ARTIQ repository [nfc]
I chose the version from the main repository for two
reasons:
 - Explicitly specifying si5324_ref_input every time would
   not work for the different Kasli/… hardware versions.
 - Having `crystal_ref` as a setting in the configuration
   is misleading if it does not actually activate the crystal
   for use as a reference (but rather does
   `route_crystal_to_ckin2`).

Related m-labs/artiq commits:
 - 740543d4e284245248e3ff838c46505938dcae7a
 - 3c7a394eff553ab75a7ea78bdd17830366504dc6
2022-12-12 23:22:01 +00:00
..
kernel enable network and mgmt during Rust panic, make RTIO PLL lock failure a panic 2022-10-21 17:56:34 +08:00
analyzer.rs runtime: modified protocols to use device endian 2021-01-22 13:36:38 +08:00
comms.rs enable network and mgmt during Rust panic, make RTIO PLL lock failure a panic 2022-10-21 17:56:34 +08:00
eh_artiq.rs fix previous commit 2022-03-26 20:08:11 +08:00
i2c.rs expose pca954x_select api (#167) 2022-03-02 10:52:27 +08:00
irq.rs updated zynq-rs and IRQ handling 2021-01-28 12:56:54 +08:00
main.rs match ident message with mainline 2022-10-21 12:08:11 +08:00
mgmt.rs Implement reboot for artiq_coremgmt 2022-10-07 18:31:11 +08:00
moninj.rs moninj: log link down at debug level 2022-05-25 10:37:38 +08:00
panic.rs enable network and mgmt during Rust panic, make RTIO PLL lock failure a panic 2022-10-21 17:56:34 +08:00
proto_async.rs runtime: modified protocols to use device endian 2021-01-22 13:36:38 +08:00
rpc.rs runtime: use &CSlice for lists 2022-03-10 16:30:34 +08:00
rtio_acp.rs implement rtio_get_destination_status (#177) 2022-03-25 18:20:05 +08:00
rtio_clocking.rs Unify Si5324 setup code with main ARTIQ repository [nfc] 2022-12-12 23:22:01 +00:00
rtio_csr.rs implement rtio_get_destination_status (#177) 2022-03-25 18:20:05 +08:00
rtio_mgt.rs update SEEN_ASYNC_ERRORS in destination_survey (#195) 2022-06-20 17:41:08 +08:00