artiq/artiq/firmware/runtime
whitequark e8c093deb3 Allow changing runtime log level without recompilation.
This shouldn't affect performance much, as the log crate guards
every log statement with a branch, adding just two instructions.
2017-03-03 06:06:26 +00:00
..
Cargo.toml Allow changing runtime log level without recompilation. 2017-03-03 06:06:26 +00:00
Makefile firmware: migrate last vestiges of the old runtime build system. 2017-02-03 12:59:35 +00:00
analyzer.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: migrate last vestiges of the old runtime build system. 2017-02-03 12:59:35 +00:00
lib.rs Merge branch 'master' of github.com:m-labs/artiq 2017-02-27 01:05:40 +08:00
moninj.rs moninj: use smaller network buffer 2017-02-27 11:44:29 +08:00
rtio_dma.rs firmware: fix a warning. 2017-03-03 05:35:28 +00:00
rtio_mgt.rs runtime: new moninj protocol, TCP-based, with DRTIO support 2017-02-25 12:07:00 +08:00
runtime.ld firmware: migrate last vestiges of the old runtime build system. 2017-02-03 12:59:35 +00:00
sched.rs firmware: use ? instead of try! everywhere. 2017-01-31 22:18:59 +00:00
session.rs Allow changing runtime log level without recompilation. 2017-03-03 06:06:26 +00:00
urc.rs runtime: reorganize to support DRTIO satellite firmware 2016-12-16 19:11:19 +08:00