artiq/artiq/firmware/libproto
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
..
analyzer_proto.rs firmware: specialize protocol read/write functions. 2017-02-26 18:24:37 +00:00
Cargo.toml firmware: restructure to avoid #[path = "..."] mod ...; 2017-02-25 17:54:14 +00:00
kernel_proto.rs Implement DMA playback. 2017-02-28 21:28:40 +00:00
lib.rs firmware: specialize protocol read/write functions. 2017-02-26 18:24:37 +00:00
moninj_proto.rs firmware: specialize protocol read/write functions. 2017-02-26 18:24:37 +00:00
rpc_proto.rs firmware: specialize protocol read/write functions. 2017-02-26 18:24:37 +00:00
session_proto.rs Allow changing runtime log level without recompilation. 2017-03-03 06:06:26 +00:00