artiq/artiq/coredevice
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
..
__init__.py coredevice: only import common RTIO exceptions 2016-03-19 12:11:47 +08:00
ad5360.py Move mu_to_seconds, seconds_to_mu to Core. 2016-11-21 05:37:30 +00:00
cache.py compiler: allow specifying per-function "fast-math" flags. 2016-03-28 21:44:08 +00:00
comm_analyzer.py reorganize core device communication code 2017-02-27 18:37:30 +08:00
comm_kernel.py Allow changing runtime log level without recompilation. 2017-03-03 06:06:26 +00:00
comm_kernel_dummy.py reorganize core device communication code 2017-02-27 18:37:30 +08:00
comm_moninj.py reorganize core device communication code 2017-02-27 18:37:30 +08:00
core.py Show a message when interrupting a running kernel (except idle kernel). 2017-01-31 22:53:38 +00:00
dds.py coredevice.dds: reimplement fully in ARTIQ Python. 2016-11-21 15:13:26 +00:00
dma.py Implement DMA playback. 2017-02-28 21:28:40 +00:00
drtio_dbg.py drtio: add FIFO space request count debug API 2017-01-11 13:48:14 -06:00
exceptions.py Implement recording of DMA traces on the core device. 2017-02-26 02:50:20 +00:00
i2c.py typo 2017-01-08 13:04:10 -06:00
pcu.py pcu: refactor into a device 2017-02-19 19:34:55 +01:00
rtio.py rtio: rtio_output_{list->wide} 2016-11-29 17:22:55 +01:00
runtime.py artiq_dir: move out of tools to unlink dependencies 2016-01-25 18:15:50 -07:00
sawg.py sawg: documentation 2016-12-06 19:25:40 +01:00
spi.py Move mu_to_seconds, seconds_to_mu to Core. 2016-11-21 05:37:30 +00:00
spline.py sawg: documentation 2016-12-06 19:25:40 +01:00
spr.py coredevice: expose PCU 2017-02-18 14:09:12 +01:00
ttl.py coredevice/ttl: fix imports 2016-09-07 17:37:14 +08:00