closes#189
* namespace-experiment:
artiq_dir: move out of tools to unlink dependencies
refactor Analyzer constants to unlink dependencies
CoreException: store at 'py_exn.artiq_core_exception'
doc: update Underflow catching example
coredevice: remove some print()s
language...ARTIQException -> coredevice...CoreException
artiq.experiment: update examples
artiq.experiment: merge language and coredevice namespaces
artiq: move namespace artiq.* -> artiq.language.*
perl -i -pe 's/^from artiq import \*$/from artiq.experiment import */' your_experiments/*.py
(assuming you skipped the changes form the previous commit)
The command to establish the PP link to the core device is:
pppd /dev/ttyUSB1 115200 noauth nodetach local nocrtscts novj \
10.0.0.1:10.0.0.2
The "novj" can be dropped once lwip fixes VJ IP header compression.
Current LWIP (4beacc4) may have fixed that but breaks something else (crashes).
* ppp2:
ppp: update documentation
ppp: remove unneeded objects
ppp: wait for connection
PPP support (TCP broken)
pipistrello: add rtio.Analyzer()
* m-labs/master:
test/worker: update
gui/log: display level and date information in tooltips
master: add filename in worker log entries. Closes#226
master: finer control of worker exception reporting. Closes#233
conda: add artiq-kc705-nist_clock
gateware: add QC1 docstring
gateware: add clock target from David
gateware: clean up and integrate QC2 modifications from Daniel
add information about CLOCK hardware
* master:
add release notes/process
targets/kc705: fix e664fe3
targets/kc705: fix DDS_RTIO_CLK_RATIO for AD9914. Closes#238
transforms.inferencer: give a suggestion on "raise Exception".
pdq2/mediator: raise instances, not classes
pdq2: wire up more of the pipeline
doc: use actual version
Fix formatting.
doc: add artiq_flash
versioneer: remote tag_prefix = v