1
0
forked from M-Labs/artiq
Commit Graph

7119 Commits

Author SHA1 Message Date
5454e6f1a9 coredevice/test: add unittests for exceptions 2024-08-20 15:23:44 +08:00
68cbb09a64 firmware/ksupport: add exception unittests 2024-08-20 15:23:44 +08:00
9d6defcea1 coredevice/comm_kernel: map exceptions to correct names 2024-08-20 15:23:44 +08:00
4b9a910c88 sync exception names and ids 2024-08-20 15:23:44 +08:00
7f36c9e9c1 satman: pass exceptions from one subkernel to another 2024-07-31 17:17:50 +08:00
5f1e33198e subkernels: separate error messages 2024-07-31 17:17:50 +08:00
ccc6ae524a compiler: add builtinInvoke for subkernel raising functions 2024-07-31 17:17:50 +08:00
505ddff15d subkernel: pass exceptions to kernel 2024-07-31 17:17:50 +08:00
13250427e0 afws_client: fix unicode error in json handling
Signed-off-by: Florian Agbuya <fa@m-labs.ph>
2024-07-29 18:32:58 +08:00
a324d77e37 doc: Add artiq_session and artiq_ctlmgr to front-end tools 2024-07-29 13:41:29 +08:00
a0fde00258 doc: Add automodule to command line references 2024-07-29 13:41:29 +08:00
architeuthidae
cd12600c1c ad9910: Add bitsizes to docstrings (#2505)
Co-authored-by: architeuthidae <am@m-labs.hk>
2024-07-22 18:37:57 +08:00
59bb478ca1 artiq_dashboard: Replace --port-notify 2024-07-22 16:58:13 +08:00
c9e571d7d7 afws_client: cleanup 2024-07-19 11:22:47 +08:00
architeuthidae
ab1aeb136f doc: Edit of manual reference pages (#2466)
Co-authored-by: architeuthis <am@m-labs.hk>
2024-07-18 17:54:31 +08:00
9a5ca15b80 afws_client: extract get_argparser() for modular arg parsing 2024-07-18 13:00:15 +08:00
3a3ac1eb99 doc: Formatting and link fixes in docstrings 2024-07-17 11:42:00 +08:00
fb6c1364a6 ad9912: use pll doubler for refclk <11mhz 2024-07-15 19:28:46 +08:00
86a8d2d87a moninj: add underscore to dac channel labels 2024-07-15 11:08:00 +08:00
Harry Ying
a6b76c03f2 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-11 09:38:22 +02:00
e8da7581bc browser: fix ctrl scroll type error 2024-07-10 10:42:04 +02:00
4bc23192f1 tests: fix sed lane distributor test, force enable spread 2024-07-10 14:46:12 +08:00
bf108a653d repeater: handle async packets on forwarding 2024-07-09 17:05:55 +02:00
60b1edaf6b allow toggling SED spread with flash config key 2024-07-09 16:58:55 +02:00
d46e949f9f firmware/ksupport: add rint api 2024-07-05 08:53:02 +02:00
37db6cb6ae moninj: restore urukul TTL control 2024-07-04 13:44:22 +02:00
7bbba2f67f repeater: clear buffer after ping 2024-07-04 13:38:40 +02:00
ac86265c16 math_fns: Delete duplicated definition 2024-07-04 13:31:52 +02:00
Charles Baynham
240b238cac worker_impl - try/catch for exceptions in notify_run_end to avoid data loss 2024-07-02 13:55:53 +02:00
6c28159541 moninj: set parent to main window on widget delete 2024-07-02 08:23:16 +02:00
de1da7efb3 moninj: fix visual bug 2024-07-02 08:23:16 +02:00
56059250ce kasli: raise error when enabling WRPLL with v1.x 2024-06-19 12:44:12 +08:00
49a5c1b13c kasli: fix v1.0 & v1.1 compilation error 2024-06-19 12:44:12 +08:00
69a48464c3 plot_xy: fix missing x values handling
Signed-off-by: Florian Agbuya <fa@m-labs.ph>
2024-06-13 12:19:57 +08:00
5eacbeec5d test_embedding: add int boundary test from 25168422a
Signed-off-by: Florian Agbuya <fa@m-labs.ph>
2024-06-07 14:11:49 +08:00
535654938f compiler: fix int boundary checks
Signed-off-by: Florian Agbuya <fa@m-labs.ph>
2024-06-07 14:11:49 +08:00
1bb3c503d9 moninj: sub on display, unsub on hide 2024-06-05 17:59:36 +08:00
5e73245cef moninj: delete widget action 2024-06-05 17:59:36 +08:00
b74beac6b9 moninj: add drag drop 2024-06-05 17:59:36 +08:00
c256d113de dndwidgets: add DragDropFlowLayoutWidget 2024-06-05 17:59:36 +08:00
33d3688bfc moninj: state management 2024-06-05 17:59:36 +08:00
88903fb38c artiq_dashboard: connect Devices sub after loading state 2024-06-05 17:59:36 +08:00
7fae395b88 moninj: add dock label 2024-06-05 17:59:36 +08:00
d3d50d790a gui.tools: add DoubleClickLineEdit 2024-06-05 17:59:36 +08:00
154f186f18 moninj: add _AddChannelDialog 2024-06-05 17:59:36 +08:00
ad170b469c moninj: multiple docks 2024-06-05 17:59:36 +08:00
9fc4cdea6b moninj: dock add layoutwidget 2024-06-05 17:59:36 +08:00
2fde21152a moninj: merge docks 2024-06-05 17:59:36 +08:00
51837ce1a2 moninj: consistent sort keys 2024-06-05 17:59:36 +08:00
5cd21c7a6d moninj: add uid method to widgets 2024-06-05 17:59:36 +08:00