Sébastien Bourdeauducq
c763b9b717
test: skip some broken ones
2024-08-30 13:57:03 +08:00
Sébastien Bourdeauducq
cef423d547
language/core: make *64 functions return int64
2024-08-30 13:52:24 +08:00
Sébastien Bourdeauducq
aec2168974
coredevice: fix seconds_to_mu rounding
2024-08-30 13:50:21 +08:00
Sébastien Bourdeauducq
016691cee3
test/performance: port to NAC3
2024-08-30 13:21:27 +08:00
Sébastien Bourdeauducq
a7b0450593
test/embedding: fix int boundary issues
2024-08-30 12:43:38 +08:00
Sebastien Bourdeauducq
461db782ba
flake: update dependencies
2024-08-27 23:09:16 +08:00
Sebastien Bourdeauducq
9e11e10787
test_client: make master termination easier to debug
2024-08-24 10:45:45 +08:00
Sebastien Bourdeauducq
fb6609b8a3
master: migrate deprecated pygit2 commit.hex attr
2024-08-24 10:44:34 +08:00
Sebastien Bourdeauducq
f56f0b83e7
flake: update dependencies
2024-08-19 23:53:46 +08:00
Sébastien Bourdeauducq
1a80384fc7
test/embedding: partial port to NAC3
2024-08-19 23:53:07 +08:00
Sébastien Bourdeauducq
ee60022632
test/analyzer: rtio_log now supported on NAC3
2024-08-19 23:06:57 +08:00
Sébastien Bourdeauducq
854f4845fb
test/rtio: port to NAC3 (no DMA)
2024-08-19 23:02:10 +08:00
Sébastien Bourdeauducq
735d28be71
coredevice/ad9914: adapt to new binary shift typing
2024-08-19 23:01:10 +08:00
Sébastien Bourdeauducq
ff664666b8
test/stress: partial port to NAC3
2024-08-19 22:21:08 +08:00
Sébastien Bourdeauducq
745935785f
test/edge_counter: partial port to NAC3
2024-08-19 22:16:05 +08:00
Sébastien Bourdeauducq
8183ed1eb0
test/spi: port to NAC3
2024-08-19 22:15:17 +08:00
spaqin
5ffa6e0522
examples: fix precompile example for NAC3
2024-08-14 17:21:08 +08:00
mwojcik
eb4e80e022
core: implement precompile
2024-08-14 17:21:08 +08:00
Sebastien Bourdeauducq
2f76ac4de6
flake: fix rust installation
2024-08-14 16:51:07 +08:00
Sebastien Bourdeauducq
e8544ca094
flake: update dependencies
2024-08-14 10:44:30 +08:00
Sebastien Bourdeauducq
c04b0797e0
msys2: qt6
2024-07-27 23:33:35 +08:00
Sebastien Bourdeauducq
f6800bdba2
Merge branch 'master' into nac3
2024-07-27 23:33:01 +08:00
Sebastien Bourdeauducq
e93d4aa183
flake: update dependencies
2024-07-27 22:26:05 +08:00
Sebastien Bourdeauducq
2d7bdce3b8
Revert "flake: update pyqt5"
...
This reverts commit 846d0f9249
.
2024-07-27 22:21:14 +08:00
architeuthidae
6698a6f80c
doc: Building + developing rewrite ( #2496 )
...
Co-authored-by: architeuthidae <am@m-labs.hk>
2024-07-27 22:14:25 +08:00
Sebastien Bourdeauducq
191494e430
RELEASE_NOTES: update
2024-07-27 22:10:06 +08:00
Sebastien Bourdeauducq
b588295063
flake: switch to nixpkgs unstable (py3.12), update nix deps
2024-07-27 21:49:33 +08:00
spaqin
e7f906e47a
applets: fix initial embedded widget size
2024-07-27 21:37:19 +08:00
mwojcik
d6bcc64518
flake: update qasync to support pyqt6
2024-07-27 21:37:19 +08:00
mwojcik
c4c932020a
port recent GUI changes to PyQt6
2024-07-27 21:37:19 +08:00
David Nadlinger
f7edb7b706
gui: Remove some unused imports [nfc]
2024-07-27 21:37:19 +08:00
David Nadlinger
4bd328afe7
gui: QRecursiveFilterProxyModel is obsolete
...
The recursiveFilteringEnabled property, which was added
in Qt 5.10, can now be used to obtain the same behaviour.
Also fixes a PyQt6 incompatibility in the implementation.
2024-07-27 21:37:19 +08:00
David Nadlinger
5dd2f7c4e8
dashboard: Explicitly specify QMenu parents
...
Not sure if this is a lifetime issue or something else, but
without it, the respective submenu "triangles" would just not
be shown in PyQt6.
2024-07-27 21:37:19 +08:00
David Nadlinger
9fbd6de30c
Qt{5 -> 6}
...
Some changes are due to deprecations in Qt6 which were outright
removed in PyQt, for instance QRegExp or the x()/y() QMouseEvent
properties. Most of the diff is due to enumeration values now no
longer being available directly in the parent namespace.
This commit is purposefully restricted to the mechanical changes,
no reformatting/… is done to keep the diff easy to validate.
2024-07-27 21:37:19 +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
Sebastien Bourdeauducq
d59bded1dd
flake: update NAC3
2024-07-21 13:06:47 +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