artiq/artiq
whitequark 57be065c15 artiq_flash: explicitly pass path within conda env to openocd datarootdir.
By default, openocd searches for scripts in DATAROOTDIR/openocd/scripts.
This of course makes it not relocatable. Conda has a flag to try to
detect and fix such hardcoded paths, but it does not work on openocd
(likely because the .rodata contains an already concatenated path,
which cannot be padded with zeroes from the right).

So, we pass the path explicitly instead.
2016-06-06 19:01:39 +00:00
..
applets applets/plot_xy: use numpy array for default X axis. Closes #458 2016-05-30 22:48:32 -05:00
browser gui: better log levels 2016-05-30 15:04:49 -05:00
compiler embedding: specialize inherited functions. 2016-05-16 15:59:26 +00:00
coredevice dds: use fast math for asf computations 2016-06-03 23:34:32 -04:00
dashboard gui/moninj: reduce logging level of UDP failure 2016-06-04 16:33:56 -04:00
devices use recommended asyncio.ensure_future instead of asyncio.Task 2016-05-22 16:36:29 -07:00
examples examples: run should not return a value 2016-06-03 22:55:50 -04:00
frontend artiq_flash: explicitly pass path within conda env to openocd datarootdir. 2016-06-06 19:01:39 +00:00
gateware qc2: swap SPI/TTL, all TTL lines are now In+Out compatible 2016-05-19 10:42:03 +08:00
gui gui/entries: remove unneeded parent 2016-06-03 22:56:45 -04:00
language language/environment: autoset scale for common units. Closes #448 2016-05-28 13:37:18 -05:00
master log: use broadcast instead of sync_struct, filter on new messages only (#411) 2016-05-27 23:43:29 -05:00
protocols protocols/broadcast: minor fixes 2016-05-25 10:32:36 -05:00
runtime lwip/liteethif: cleanup, drop frames above MTU (#398) 2016-05-07 17:42:22 +08:00
sim sim: align API closer to non-sim 2016-02-23 21:01:03 +01:00
test embedding: specialize inherited functions. 2016-05-16 15:59:26 +00:00
wavesynth wavesynth: silence is a channel property (closes #348) 2016-04-07 21:51:29 +08:00
__init__.py artiq_dir: move out of tools to unlink dependencies 2016-01-25 18:15:50 -07:00
_version.py versioneer: remote tag_prefix = v 2016-01-18 21:28:09 -07:00
experiment.py artiq.experiment: merge language and coredevice namespaces 2016-01-25 17:24:00 -07:00
monkey_patches.py monkey-patch asyncio.proactor_events to handle ConnectionAbortedError on Windows. Closes #247 2016-03-10 15:11:10 +08:00
tools.py short_format: cover a few more numpy types correctly 2016-05-22 16:53:39 +02:00