occheung
cd6e5ff378
drtio-proto: merge coremgmt ACK adn NACK
2024-08-29 13:08:38 +08:00
occheung
18e18bdb46
drtio-proto: remove reboot imminent message
2024-08-29 12:40:36 +08:00
occheung
67a2c63d2d
remote coremgmt: restart device gracefully after flashing
2024-08-29 12:30:15 +08:00
occheung
b563533bc8
local coremgmt: return the whole config after read
2024-08-28 17:43:21 +08:00
occheung
47636ae973
satman coremgmt: EOF line
2024-08-27 21:36:07 +08:00
occheung
c4cef77132
frontend: pass drtio destination during communication
2024-08-26 17:41:27 +08:00
occheung
259c5a2dc5
satman: support remote drtio instruction for core mgmt
2024-08-26 17:40:43 +08:00
occheung
aa0fecbb73
runtime: support mgmt over drtio
2024-08-26 17:40:16 +08:00
occheung
08c286f3b8
drtio: add new messages for remote mgmt
2024-08-26 17:39:02 +08:00
occheung
86f692fe7b
config: impl flashing over mgmt
2024-08-26 17:37:32 +08:00
Florian Agbuya
378d962edb
afws_client: fix JSON parsing in read_json method
2024-07-26 10:55:40 +08:00
Simon Renblad
11c5f537bb
RELEASE_NOTES: added fastino monitor
2024-07-23 10:52:24 +08:00
Simon Renblad
ee3d93ce6a
moninj: add fastino support
2024-07-23 10:52:24 +08:00
Simon Renblad
bd3bcbce64
fastino: monitor probe dacs
2024-07-23 10:52:24 +08:00
architeuthidae
0952c47934
ad9910: Add bitsizes to docstrings ( #2505 )
...
Co-authored-by: architeuthidae <am@m-labs.hk>
2024-07-22 18:37:43 +08:00
architeuthidae
e67bcfb36e
doc: Add links for ddb_template and afws_client
2024-07-22 18:36:10 +08:00
architeuthidae
52b0f30216
artiq_dashboard: Replace --port-notify
2024-07-22 16:57:38 +08:00
architeuthidae
b0d2705c38
doc: link fixes
2024-07-19 18:35:21 +08:00
architeuthidae
7e6a94c6b0
doc: Trailing spaces
2024-07-19 18:17:40 +08:00
architeuthidae
5aee0df9f0
doc: Split installing page ( #2495 )
...
Co-authored-by: architeuthidae <am@m-labs.hk>
2024-07-19 17:46:05 +08:00
Simon Renblad
8a6a6042fd
comm_analyzer: avoid unnecessary copy
2024-07-19 16:15:37 +08:00
architeuthidae
7b13ffd9f3
doc: Fix Sphinx error in AFWS argparser
2024-07-19 11:21:36 +08:00
Simon Renblad
8a775bc61b
moninj: revert zotino square bracket notation
2024-07-18 17:55:21 +08:00
architeuthidae
499eb42c3e
doc: Edit of manual reference pages ( #2466 )
...
Co-authored-by: architeuthis <am@m-labs.hk>
2024-07-18 17:53:34 +08:00
Florian Agbuya
c05b109d5f
afws_client: extract get_argparser() for modular arg parsing
2024-07-18 12:45:49 +08:00
architeuthidae
5dbf870e68
doc: Reword heading
2024-07-17 12:12:47 +08:00
architeuthidae
4cd9b8a8cf
doc: rename release_notes -> releases
2024-07-17 12:12:47 +08:00
architeuthidae
c9a4f3b9ee
doc: Refactor manual index, make sections
2024-07-17 12:12:47 +08:00
architeuthidae
bff46fcf1e
doc: Add explanation of event spreading
2024-07-17 12:05:41 +08:00
architeuthidae
a5327e383c
doc: Reference link fixes
2024-07-17 11:54:50 +08:00
architeuthidae
088ea36d53
doc: Sphinx configuration nitpicky
2024-07-17 11:54:50 +08:00
architeuthidae
a4bfb0d5dd
doc: Formatting and link fixes in docstrings
2024-07-17 11:39:08 +08:00
architeuthidae
0e1b29c5d9
doc: Assorted typos and dead links
2024-07-17 11:36:59 +08:00
architeuthis
81106f3567
doc: Rewrite and overhaul of 'Compiler' page
2024-07-15 19:24:48 +08:00
mwojcik
9087c8698d
ad9912: use pll doubler for refclk <11mhz
2024-07-15 19:21:58 +08:00
architeuthidae
c2e323662b
doc: Put back telnet exit hint
2024-07-15 10:54:38 +08:00
architeuthidae
26483d5daf
doc: Environment, suggested changes
2024-07-12 10:53:04 +02:00
architeuthidae
d5f11387e8
doc: Mention artiq_ddb_template in Environment manual page
2024-07-12 10:53:04 +02:00
architeuthis
158789b2e5
doc: Improve description of environment in tutorials
2024-07-12 10:53:04 +02:00
architeuthis
e0e96fb08b
doc: Update + expansion of Environment manual page
2024-07-12 10:53:04 +02:00
architeuthidae
96e4949c37
doc: NDSP page edit, fixes
2024-07-12 09:09:59 +02:00
architeuthis
8cfae86634
doc: Mention ping() in NDSP tutorial
2024-07-12 09:09:59 +02:00
architeuthis
b2955f2bbe
doc: Edit of 'Developing an NDSP' page
2024-07-12 09:09:59 +02:00
architeuthidae
1032b9accf
doc: resynchronize introduction to readme
2024-07-11 10:00:41 +02:00
architeuthidae
708262615d
readme: add intl website, formatting
2024-07-11 10:00:41 +02:00
Harry Ying
530f67f4cd
test_scheduler: remove the exact ordering assertion
...
Currently the exact ordering is compared in the `pending_priorities`
test which is not necessary and is non-deterministic. This patch only
asserts the middle priority experiment is ran before the high priority
experiment scheduled in the future.
Signed-off-by: Kanyang Ying <lexugeyky@outlook.com>
2024-07-10 18:04:59 +01:00
Egor Savkin
4a88693c32
Update llvmlite to 0.43 and llvm to 15, as in MSYS2
...
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-07-10 11:06:08 +02:00
Simon Renblad
e9f1b9d4ff
browser: fix ctrl scroll type error
2024-07-10 10:40:23 +02:00
mwojcik
5ab2602802
tests: fix sed lane distributor test, force enable spread
2024-07-10 14:36:41 +08:00
mwojcik
86c6d11ed4
repeater: handle async packets on forwarding
2024-07-09 17:03:44 +02:00