Skip to content

Commit

Permalink
Release notes: highlight variable number of Urukul cards on SUServo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Drmota <[email protected]>
  • Loading branch information
pmldrmota committed Nov 17, 2021
1 parent 33a3972 commit 0d278f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Highlights:
repository when building the list of experiments.
* The configuration entry ``rtio_clock`` supports multiple clocking settings, deprecating the usage
of compile-time options.
* Support for variable numbers of Urukul cards on SUServo.

Breaking changes:

Expand All @@ -38,6 +39,9 @@ Breaking changes:
* Phaser: fixed coarse mixer frequency configuration
* Mirny: Added extra delays in ``ADF5356.sync()``. This avoids the need of an extra delay before
calling `ADF5356.init()`.
* To support variable numbers of Urukul cards, the
``artiq.coredevice.suservo.SUServo`` constructor now accepts two device name lists,
``cpld_devices`` and ``dds_devices``, rather than four individual arguments.


ARTIQ-6
Expand Down Expand Up @@ -104,9 +108,6 @@ Breaking changes:
* ``quamash`` has been replaced with ``qasync``.
* Protocols are updated to use device endian.
* Analyzer dump format includes a byte for device endianness.
* To support variable numbers of Urukul cards in the future, the
``artiq.coredevice.suservo.SUServo`` constructor now accepts two device name lists,
``cpld_devices`` and ``dds_devices``, rather than four individual arguments.
* Experiment classes with underscore-prefixed names are now ignored when ``artiq_client``
determines which experiment to submit (consistent with ``artiq_run``).

Expand Down

0 comments on commit 0d278f2

Please sign in to comment.