58ea3b5bcc
Fix some typos
2024-10-18 14:57:38 +08:00
fd2df7ce68
docs: mention that subkernels pass now_mu
2024-10-18 14:43:27 +08:00
4178fed3f7
subkernels: send now_mu when starting a subkernel
2024-10-18 14:43:27 +08:00
33b81d0e2e
Merge pull request #2598 from eduardotenholder/master
...
fix typo
2024-10-17 17:25:23 +02:00
Phillip Klein
d602cdbc1f
fix typo
2024-10-17 15:38:07 +02:00
newell
30b9479437
add AD9834 core device driver ( #2596 )
2024-10-17 14:14:45 +08:00
newell
700812471c
doc: Additonal EBAZ4205 documentation, fix JSON description terminology ( #2588 )
2024-10-16 14:12:40 +08:00
fcac2ea20e
flake: update dependencies
2024-10-15 15:57:09 +08:00
1fc6ab8c57
doc: Fix Python indentation
2024-10-15 14:41:12 +08:00
thatschatt
a570e6fd87
doc: Add TTuple to compiler section ( #2591 )
2024-10-14 18:47:02 +08:00
e06534913c
satman: gate gt_drtio against having drtio-eem
2024-10-11 17:30:30 +08:00
65843696cd
doc: Attribute writeback / data transfer FAQ
2024-10-09 14:03:40 +08:00
architeuthidae
a761b9cf9c
doc: Additional Nix config details ( #2584 )
...
Co-authored-by: architeuthidae <am@m-labs.hk>
2024-10-09 13:25:52 +08:00
2fa60cc084
doc: couple typos in extending rtio
2024-10-09 12:38:08 +08:00
cdcaee80d1
Point to Hydra server for EBAZ4205
2024-10-08 15:20:28 +08:00
6afbd90c59
update dependencies
2024-10-08 15:11:34 +08:00
049ef90220
Update RELEASE_NOTES.rst
2024-10-07 10:55:44 +08:00
b751e5455b
ebaz4205 docs
2024-10-07 10:55:44 +08:00
333623e24b
flake: update asyncserial
...
Signed-off-by: Florian Agbuya <fa@m-labs.ph>
2024-10-01 14:45:17 +08:00
3473440534
test: enable async RPC tests
2024-09-30 17:47:05 +08:00
21cc0f7273
flake: update dependencies
2024-09-30 14:58:58 +08:00
5b63cbe986
flake: update qasync, sync with nixpkgs
2024-09-30 14:58:21 +08:00
5dcdeb6e0d
flake: update qasync, sync with nixpkgs
2024-09-30 14:58:02 +08:00
098e2399b8
flake: update dependencies
2024-09-30 14:28:51 +08:00
5b72a1faa5
Fix typo
2024-09-30 14:10:31 +08:00
1d093d0bce
RELEASE_NOTES: restart idle kernels on flash
2024-09-14 11:37:22 +08:00
40227421a8
run idle kernel on flash
2024-09-14 11:37:22 +08:00
41203df735
almazny: fix missing delay import
2024-09-13 14:48:21 +08:00
38e0d6b953
moninj: fix pyqt6 context menu exec
2024-09-10 15:31:32 +08:00
Adam Chatterley
d8a3da449e
RELEASE_NOTES: invariant detection
2024-09-10 07:58:01 +08:00
Adam Chatterley
6f70d629cf
doc: Add kernel invariant detection description
...
Signed-off-by: Adam Chatterley <aschatterley@phys.au.dk>
2024-09-10 07:58:01 +08:00
Adam Chatterley
03606f4d7e
core: Add option to detect kernel invariants
...
There is already invariant detection in the the compiler, this just
exposes it by adding a flag to Core
Signed-off-by: Adam Chatterley <aschatterley@phys.au.dk>
2024-09-10 07:58:01 +08:00
David Nadlinger
ed3b60b270
RELEASE_NOTES: group dashboard changes, mention Schedule column hiding
2024-09-09 22:00:46 +08:00
David Nadlinger
6a7926ddeb
dashboard: Allow moving/hiding of Schedule view columns
...
This is very handy to make good use of screen real estate, as
e.g. file path and Git revision are often not as important to
judge the state of the system at a glance – particularly, as
the schedule entries can then fit on a single line each.
2024-09-09 22:00:46 +08:00
David Nadlinger
4e654011c3
gui/models: Add DictSyncModel default args to match C++ [nfc]
2024-09-09 22:00:46 +08:00
Charles Baynham
5912142836
nix: add paramiko to boards environment for lightweight flashing
2024-09-06 20:46:46 +08:00
75d9250463
update dependencies
2024-09-06 12:18:17 +08:00
0c1ffa9f4f
doc: Add 'Adding custom EEM' section
2024-09-03 22:19:14 +08:00
618e2788d9
test: prevent NAC3 analysis failures of imported but unused methods
2024-09-02 12:48:09 +08:00
David Nadlinger
11bab7dadb
gui: Update logo_ver.svg to major version 9
...
Opened in Inkscape, manually replaced the "8" with a text object
showing "9" (Intro, 40pt), converted object to paths, and saved
again with default settings. Only committed the part of the file
change corresponding to the text.
2024-09-01 08:06:06 +08:00
770896a64b
flake: run HITL tests
2024-08-31 22:01:52 +08:00
2b3cfa9f8d
firmware: remove the duplicate test_exception_id_sync
2024-08-31 13:58:51 +08:00
David Nadlinger
a1fb6e1b70
setup.py: Add missing platformdirs dependency
...
This was introduced in 583a4ceadd
, but only added to the
Nix flake there.
2024-08-30 15:46:56 +01:00
99f76a7595
test/coredevice: add tests for exception sync
2024-08-30 15:02:58 +08:00
bd9648d960
language: sync exception ids and names
2024-08-30 15:02:58 +08:00
f913e2740f
firmware: sync exception ids and names
2024-08-30 15:02:58 +08:00
8c6a41eb39
flake: update dependencies
2024-08-30 14:46:38 +08:00
e0aa061575
merge fixes
2024-08-30 14:42:37 +08:00
52196bb36e
Merge branch 'master' into nac3
2024-08-30 14:40:24 +08:00
9f664afb00
test/portability: port to NAC3
2024-08-30 14:29:40 +08:00