artiq/artiq/firmware/runtime
whitequark 259319e456 firmware: use compiler_builtins crate instead of our compiler-rt.
This cannot be done for ksupport yet because compiler_builtins
misses most soft-float operations.
2017-02-02 10:55:35 +00:00
..
Cargo.toml firmware: use compiler_builtins crate instead of our compiler-rt. 2017-02-02 10:55:35 +00:00
analyzer.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
analyzer_proto.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
build.rs firmware: misoc_registers -> misoc_cfg 2017-01-27 23:28:00 +08:00
cache.rs runtime: reorganize to support DRTIO satellite firmware 2016-12-16 19:11:19 +08:00
config.rs firmware: port flash storage management to Rust. 2017-02-02 05:26:06 +00:00
ethmac.rs Use four ethmac buffers instead of two. 2017-01-30 07:42:27 +00:00
kernel.rs firmware: remove false dependency from runtime to ksupport. 2017-01-23 13:57:08 +00:00
kernel_proto.rs drtio: add FIFO space request count debug API 2017-01-11 13:48:14 -06:00
lib.rs firmware: use compiler_builtins crate instead of our compiler-rt. 2017-02-02 10:55:35 +00:00
mailbox.rs firmware: rewrite cache flushing code in Rust. 2017-01-24 23:07:28 +00:00
moninj.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
moninj_proto.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
proto.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
rpc_proto.rs firmware: fix a warning. 2017-01-31 22:19:45 +00:00
rpc_queue.rs firmware: rewrite cache flushing code in Rust. 2017-01-24 23:07:28 +00:00
rtio_mgt.rs firmware: port flash storage management to Rust. 2017-02-02 05:26:06 +00:00
sched.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
session.rs firmware: port flash storage management to Rust. 2017-02-02 05:26:06 +00:00
session_proto.rs Show a message when interrupting a running kernel (except idle kernel). 2017-01-31 22:53:38 +00:00
urc.rs runtime: reorganize to support DRTIO satellite firmware 2016-12-16 19:11:19 +08:00