whitequark
3547b1d5ae
runtime: update ppp code for lwip 2.0.0.
...
Fixes #499 .
2016-07-09 09:01:00 +08:00
whitequark
2678bb060a
embedding: reimplement 373578bc
properly.
...
The core of the problem that 373578bc
was attempting to solve is
that diagnostics sometimes should be chained; one way of chaining
is the loc.expanded_from feature, which handles macro-like expansion,
but another is providing context.
Before this commit, context was provided using an ad-hoc override
of a diagnostic engine, which did not work in cases where diagnostic
engine was not threaded through the call stack. This commit uses
the newly added pythonparser context feature to elegantly handle
the problem.
2016-07-07 16:01:22 +00:00
whitequark
6a1706b872
runtime: fix serialization of object lists.
...
Fixes #500 .
2016-07-07 22:41:46 +08:00
whitequark
a801cde953
embedding: fix location for diagnostics on quoted values.
...
Fixes #489 .
2016-07-07 17:01:09 +08:00
adcf53f1cb
targets/kc705: redefine user SMAs as 3.3V IO. Closes #502
2016-07-07 14:56:36 +08:00
d96d222814
targets/kc705: fix import
2016-07-07 13:41:18 +08:00
07b41763c2
spi: expose more documentation on chaining transfers
2016-07-04 12:44:34 +02:00
cda20ab2ed
spi: do not shift when starting a xfer, closes #495
2016-07-04 12:44:21 +02:00
1946e3c3cd
language/environment: fix mutate_dataset with parent. Closes #498
2016-07-03 12:28:38 +08:00
bf3c3cdfd8
worker: increase send_timeout (Windows can be really slow)
2016-07-03 12:24:43 +08:00
e116d756b5
dashboard: kill the Qt built-in main window closing mechanism
...
When the main window is closed, Qt makes QApplication.exec() return, which conflicts with Quamash's implementation of loop.run_until_complete(). The conflict causes Quamash's run_forever() to return earlier than it should, and cause "RuntimeError('Event loop stopped before Future completed.')".
Closes #475
2016-07-01 18:47:27 +08:00
whitequark
6dc510a976
compiler.embedding: use the builtin print as RPC.
...
Fixes #206 .
2016-06-29 11:58:05 +08:00
whitequark
d22eefc13e
compiler: remove now()/at().
...
Fixes #490 .
2016-06-29 11:55:58 +08:00
1bb09f9ca6
RELEASE_NOTES: 1.1
2016-06-24 14:48:31 +08:00
9dd88f8b3b
runtime: save now on RPC
2016-06-24 14:15:40 +08:00
1bee5bb460
manual: split source install instructions to a separate page
2016-06-22 10:00:52 +08:00
whitequark
43d0bddc9f
Upgrade lwip to 2.0.0 to fix the keepalive bug #456 .
2016-06-22 09:23:08 +08:00
f0ac0b78c1
runtime: minor cleanup
2016-06-20 08:34:13 +08:00
5baba5fd1e
test: add test for seamless handover on exception termination
2016-06-20 08:34:02 +08:00
5f8b02a1d2
runtime: save now when terminating with exception
2016-06-20 08:33:55 +08:00
e069ce9dd8
runtime: cleanup now_init/now_save
2016-06-20 08:33:43 +08:00
6a81b16230
doc: scan objects not supported on core device
2016-06-18 18:56:28 +08:00
whitequark
cc28b596b3
compiler.embedding: always do one final inference pass.
...
Fixes #477 .
2016-06-17 08:49:38 +00:00
whitequark
770dda6fd7
transforms.inferencer: allow variable as type of n
in []*n
.
...
Fixes #473 .
2016-06-17 16:46:37 +08:00
3589528362
spi: cross-reference bit ordering and alignment, closes #482
2016-06-15 15:05:16 +02:00
e56c50a8a0
pyon: support slices
2016-06-15 19:19:07 +08:00
46b75dba8d
gui: save/restore last folder outside repository. Closes #476
2016-06-12 13:19:07 +08:00
2b936429da
doc: precisions about time cursor interaction
2016-06-12 13:05:54 +08:00
77280a75d9
language: support setting slices of data in mutate_dataset
2016-06-12 12:56:12 +08:00
9dcd43fb0d
gui/scanwidget: use -inf/inf to represent absence of boundaries (consistently with QDoubleSpinbox)
2016-06-11 16:52:48 -06:00
ddd1c12852
gui/entries/_RangeScan: set range before setting value. Fixes clamping to 99.99
2016-06-11 16:50:16 -06:00
1faac1018b
scanwidget: value may be None
2016-06-11 16:48:58 -06:00
d3f092ce98
doc: add warning about pipistrello current draw
2016-06-11 10:27:22 -06:00
7e9fa3a81a
doc: add core device comms details
2016-06-11 10:27:15 -06:00
47e3106c4e
gateware/nist_clock: increase DDS bus drive strength. Closes #468
2016-06-07 11:08:05 -04:00
whitequark
a80103576d
analyzer: explicitly delimit messages (with \x1D).
...
Fixes #461 .
2016-06-07 10:57:58 -04:00
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
67b3afd3e7
gui/moninj: reduce logging level of UDP failure
2016-06-04 16:34:07 -04:00
c5c7c269f7
gui/moninj: do not crash when there is no network
2016-06-04 16:30:30 -04:00
whitequark
188d53ac05
doc: update installing.rst to reflect openocd packaged in conda.
2016-06-04 16:26:47 -04:00
8d9c483cd0
explorer: fix directory listing error handling
2016-06-04 10:18:45 -04:00
f571b3e1a1
dds: use fast math for asf computations
2016-06-03 23:34:20 -04:00
36f8aa8d9e
gui/entries: remove ScientificSpinbox. Closes #457
2016-06-03 23:33:20 -04:00
2803b8574e
doc: document common KC705 problems. Closes #450
2016-06-03 23:26:57 -04:00
97ec3de6f3
doc/getting_started_mgmt: adapt to changes. Closes #462
2016-06-03 23:26:57 -04:00
dhslichter
3c817be213
dds: fix asf_to_amplitude
2016-06-03 23:26:57 -04:00
404cf3524c
gui/entries: remove unneeded parent
2016-06-03 23:26:57 -04:00
3ddb1e4201
doc: fix bool input
2016-06-03 23:26:57 -04:00
ba98ac1dcc
examples: run should not return a value
2016-06-03 23:26:57 -04:00
f7eb0a6f22
examples/histograms: convert to mutate_dataset API. Closes #459
2016-05-31 20:24:46 -05:00