From 3f5cc4aa1037453821800951eb42170d4d2d070f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 19 Jan 2023 16:42:52 +0800 Subject: [PATCH] RELEASE_NOTES: fix formatting --- RELEASE_NOTES.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index f9922a5cf..8ccbc3347 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -9,13 +9,13 @@ ARTIQ-8 (Unreleased) Highlights: * Hardware support: - - Implemented Phaser-servo. This requires recent gateware on Phaser. - - Implemented Phaser-MIQRO support. This requires the Phaser MIQRO gateware - variant. - - Sampler: fixed ADC MU to Volt conversion factor for Sampler v2.2+. - For earlier hardware versions, specify the hardware version in the device - database file (e.g. ``"hw_rev": "v2.1"``) to use the correct conversion factor. - - Metlino and Sayma support has been dropped due to complications with synchronous RTIO clocking. + - Implemented Phaser-servo. This requires recent gateware on Phaser. + - Implemented Phaser-MIQRO support. This requires the Phaser MIQRO gateware + variant. + - Sampler: fixed ADC MU to Volt conversion factor for Sampler v2.2+. + For earlier hardware versions, specify the hardware version in the device + database file (e.g. ``"hw_rev": "v2.1"``) to use the correct conversion factor. + - Metlino and Sayma support has been dropped due to complications with synchronous RTIO clocking. * CPU (on softcore platforms) and AXI bus (on Zynq) are now clocked synchronously with the RTIO clock, to facilitate implementation of local processing on DRTIO satellites, and to slightly reduce RTIO latency.