artiq/artiq
whitequark 284d726d5e 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 15:07:03 -04:00
..
applets applets/plot_xy: use numpy array for default X axis. Closes #458 2016-05-30 22:48:44 -05:00
compiler Commit missing parts of 4e5d75295. 2016-05-09 23:57:52 +08:00
coredevice dds: use fast math for asf computations 2016-06-03 23:34:20 -04:00
devices novatech409b: log sim commands, style 2016-03-10 16:50:18 +01:00
examples examples: run should not return a value 2016-06-03 23:26:57 -04:00
frontend artiq_flash: explicitly pass path within conda env to openocd datarootdir. 2016-06-06 15:07:03 -04:00
gateware qc2: swap SPI/TTL, all TTL lines are now In+Out compatible 2016-05-19 10:42:19 +08:00
gui gui/moninj: reduce logging level of UDP failure 2016-06-04 16:34:07 -04:00
language language/environment: be more verbose in NumberValue unit/scale documentation (#448) 2016-05-28 13:38:24 -05:00
master worker: use unix time for HDF5 start_time 2016-05-03 21:40:48 +02:00
protocols protocols/pyon: minor cleanup 2016-04-14 19:14:38 +08:00
runtime lwip/liteethif: cleanup, drop frames above MTU (#398) 2016-05-07 18:33:48 +08:00
sim sim: align API closer to non-sim 2016-02-23 21:01:03 +01:00
test compiler: fix quoting of methods (fixes #423). 2016-05-09 23:57:52 +08:00
wavesynth coefficients: fix constant zero 2016-02-23 17:56:38 +01: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 monkey-patch asyncio.proactor_events to handle ConnectionAbortedError on Windows. Closes #247 2016-03-10 15:11:10 +08:00