Sebastien Bourdeauducq
5a923a0956
flake: switch to nixos- branch
2021-12-01 22:39:24 +08:00
Sebastien Bourdeauducq
6a09b92fb3
examples/nac3devices: fix mirny clocking
2021-11-29 18:15:06 +08:00
Sebastien Bourdeauducq
233c5f4bfb
update NAC3
2021-11-29 18:14:47 +08:00
Sebastien Bourdeauducq
b2f7022e0a
examples/nac3devices: demonstrate new capabilities
2021-11-28 12:48:18 +08:00
Sebastien Bourdeauducq
e45c194c49
coredevice/adf5356: port to NAC3
2021-11-28 12:38:23 +08:00
Sebastien Bourdeauducq
519e3d64d8
flake: update dependencies
2021-11-28 12:18:55 +08:00
David Nadlinger
c6039479e4
compiler: Add lit test for call site attributes [nfc]
2021-11-27 04:46:07 +00:00
David Nadlinger
63b5727a0c
compiler: Also emit byval argument attributes at call sites
...
See previous commit.
GitHub: Fixes #1599 .
2021-11-27 04:45:50 +00:00
David Nadlinger
9b01db3d11
compiler: Emit sret call site argument attributes
...
LLVM 6 seemed not to mind the mismatch, but more recent
versions produce miscompilations without this.
Needs llvmlite support (GitHub: numba/llvmlite#702 ).
2021-11-27 04:44:41 +00:00
Sebastien Bourdeauducq
6a433b2fce
artiq_sinara_tester: test Urukul attenuator digital control
2021-11-24 18:57:16 +08:00
Sebastien Bourdeauducq
5800496425
coredevice/adf5356_reg: port to NAC3
2021-11-24 16:54:58 +08:00
occheung
5ed9e49b94
changelog: update drtio protocol
2021-11-24 12:00:56 +08:00
occheung
9423428bb0
drtio: fix crc32 offset address
2021-11-24 12:00:56 +08:00
Sebastien Bourdeauducq
29f42ccd8a
coredevice/mirny: port to NAC3
2021-11-23 17:13:43 +08:00
Sebastien Bourdeauducq
f5a5b7a22a
examples: add nac3devices
2021-11-23 16:41:29 +08:00
Sebastien Bourdeauducq
3a6fcd069d
remove old examples
2021-11-23 16:37:40 +08:00
Sebastien Bourdeauducq
d8e1a22bdf
coredevice/ad53xx: remove problematic default param
2021-11-23 16:12:36 +08:00
Sebastien Bourdeauducq
cbc767119d
flake: update dependencies
2021-11-23 15:21:56 +08:00
Sebastien Bourdeauducq
7307b30213
flake: update to nixpkgs 21.11
2021-11-23 12:15:17 +08:00
Sebastien Bourdeauducq
34789767f0
firmware: fix compilation warning
2021-11-22 18:23:28 +08:00
Sebastien Bourdeauducq
bd95d9cf3d
coredevice/zotino: port to NAC3
2021-11-19 19:13:50 +08:00
Sebastien Bourdeauducq
64877c0588
fix Python 3.9 compatibility
2021-11-19 18:18:24 +08:00
Sebastien Bourdeauducq
aa5f667ad8
ad9912: increase slack (no kernel invariants in NAC3 yet?)
2021-11-19 12:47:52 +08:00
Sebastien Bourdeauducq
cc1080e055
ad9912: fix frequency_to_ftw
2021-11-19 12:42:08 +08:00
Harry Ho
b49f813b17
artiq_flash: ignore checking non-RTM artifacts if unused
2021-11-18 16:59:32 +08:00
Sebastien Bourdeauducq
f4acf04405
coredevice: fix run method
2021-11-16 18:32:14 +08:00
Sebastien Bourdeauducq
01f21f7545
flake: update dependencies
2021-11-16 17:51:18 +08:00
Peter Drmota
20e079a381
AD9910 driver feature extension and SUServo IIR readability ( #1500 )
...
* coredevice.ad9910: Add set_cfr2 function and extend arguments of set_cfr1 and set_sync
* SUServo: Wrap CPLD and DDS devices in a list
* SUServo: Refactor [nfc]
Co-authored-by: drmota <peter.drmota@physics.ox.ac.uk>
Co-authored-by: David Nadlinger <code@klickverbot.at>
2021-11-15 12:09:16 +08:00
Sebastien Bourdeauducq
222968d68b
coredevice: reinstate AugAssign methods
2021-11-13 12:42:13 +08:00
Sebastien Bourdeauducq
7a2428b6a7
flake: update nac3
2021-11-13 12:33:07 +08:00
Sebastien Bourdeauducq
3f807ad19e
flake: update nac3
2021-11-12 20:07:29 +08:00
Sebastien Bourdeauducq
38e554fe98
artiq_run: fix ELF handling
2021-11-12 19:57:48 +08:00
Sebastien Bourdeauducq
75dad8090f
Merge branch 'master' into nac3
2021-11-12 19:46:37 +08:00
Sebastien Bourdeauducq
f0c50c80e6
flake: update dependencies
2021-11-12 19:28:51 +08:00
Sebastien Bourdeauducq
f07c747fa7
flake: update nac3, use patched nixpkgs from nac3
2021-11-12 16:27:08 +08:00
Sebastien Bourdeauducq
95eb218112
import_cache: read files only once
2021-11-11 20:42:49 +08:00
Sebastien Bourdeauducq
1ea3cf48d6
fix core.run invokation
2021-11-11 20:35:45 +08:00
Sebastien Bourdeauducq
5a3bf4894f
reinstate import_cache hack ( #416 )
2021-11-11 20:35:06 +08:00
Sebastien Bourdeauducq
64c180c9e7
update NAC3
2021-11-11 16:51:56 +08:00
Sebastien Bourdeauducq
c7cca11ad1
update NAC3
2021-11-11 16:32:37 +08:00
Sebastien Bourdeauducq
a8129093df
artiq_run: port to NAC3 (WIP)
2021-11-10 21:31:03 +08:00
Sebastien Bourdeauducq
df87cc88d6
coredevice/ad9912: port to NAC3
2021-11-10 21:27:06 +08:00
Sebastien Bourdeauducq
93f24c9f94
coredevice/urukul: port to NAC3
2021-11-10 19:01:44 +08:00
Sebastien Bourdeauducq
31955d0c7a
coredevice/spi2: port to NAC3
2021-11-10 17:23:44 +08:00
Sebastien Bourdeauducq
b7313ddc32
coredevice/rtio: fix tuple annotation
2021-11-10 15:32:07 +08:00
Sebastien Bourdeauducq
46604300a2
flake: update dependencies
2021-11-10 14:59:02 +08:00
Sebastien Bourdeauducq
262cd62544
examples/blink_forever: port to NAC3
2021-11-10 13:59:59 +08:00
Sebastien Bourdeauducq
2f031285a4
coredevice/ttl: port to NAC3
2021-11-10 13:58:54 +08:00
Sebastien Bourdeauducq
deb8a77464
coredevice/rtio: port to NAC3
2021-11-10 13:57:03 +08:00
Sebastien Bourdeauducq
8f596ed04f
coredevice: fix typing problems
2021-11-10 12:37:05 +08:00