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
Sebastien Bourdeauducq
7a50afd9a9
flake: update dependencies
2024-07-09 10:33:45 +02:00
mwojcik
af99a06919
allow toggling SED spread with flash config key
2024-07-09 10:32:01 +02:00
architeuthidae
8a178a628a
doc: Change references to rtio_clock/now to _mu
2024-07-08 23:10:27 +02:00
architeuthis
810ab20425
doc: Add warning on sequence error nondeterminism, for now
2024-07-08 23:10:27 +02:00
architeuthis
a5437dd4f5
doc: RTIO manual page edit, suggested changes
2024-07-08 23:10:27 +02:00
architeuthis
de5cd99787
docs: RTIO manual page edit
2024-07-08 23:10:27 +02:00
Florian Agbuya
c785c763fe
afws_client: asyncio fixes
2024-07-08 22:55:02 +02:00
architeuthidae
8f0147f029
doc: Fix sphinx 'duplicated reference' warnings
2024-07-08 22:42:05 +02:00
Simon Renblad
9c1482aa69
moninj: adjust DAC widget label alignment
2024-07-08 22:40:49 +02:00
Simon Renblad
6044d810ca
moninj: fixed size widgets
2024-07-08 22:40:49 +02:00
abdul124
dcc5307771
firmware/ksupport: add rint api
2024-07-05 08:52:53 +02:00
Sebastien Bourdeauducq
d8cf91bfb2
RELEASE_NOTES: update
2024-07-05 08:42:34 +02:00
Simon Renblad
24133ca04d
moninj: display voltage in DACWidget
2024-07-05 08:41:32 +02:00
mwojcik
868e4defda
moninj: restore urukul TTL control
2024-07-04 13:43:43 +02:00
mwojcik
e7faca81fc
repeater: clear buffer after ping
2024-07-04 13:38:14 +02:00
architeuthidae
b8c12976db
math_fns: Delete duplicated definition
2024-07-04 09:00:40 +02:00
Sebastien Bourdeauducq
91a4315386
RELEASE_NOTES: update
2024-07-03 09:15:43 +02:00
Florian Agbuya
688f3d9225
client: integrate asyncio with happy eyeballs support
2024-07-03 09:12:52 +02:00
Charles Baynham
6f3322ea35
worker_impl - try/catch for exceptions in notify_run_end to avoid data loss
2024-07-02 19:55:20 +08:00
Simon Renblad
fdb0668c8a
moninj: set parent to main window on widget delete
2024-07-02 14:21:50 +08:00
Simon Renblad
f1e8b8772a
moninj: fix visual bug
2024-07-02 14:21:50 +08:00
architeuthis
9386a7a16f
doc: Fix heading levels in Releases page
2024-06-27 15:52:48 +08:00
architeuthis
bcc760a3fb
doc: Add description of release model to manual
2024-06-27 14:43:10 +08:00
Egor Savkin
a804be1a45
Update dead links, partially remove unavailable resources
...
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-06-27 13:08:21 +08:00
Egor Savkin
3cd6d50ad9
doc: mention zadig being installed with offline installer
...
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-06-26 12:41:57 +08:00
Florian Agbuya
bd7daa5247
flake: use upstream nixpkgs openocd
...
Signed-off-by: Florian Agbuya <fa@m-labs.ph>
2024-06-26 12:38:02 +08:00
architeuthis
48cdf42016
docs: Add details of shallow 'with parallel' to manual
2024-06-25 17:47:33 +08:00
Egor Savkin
c568109f3f
doc: add reference to artiq-zynq for developers
...
Signed-off-by: Egor Savkin <es@m-labs.hk>
2024-06-25 17:36:19 +08:00