From 2e9622b9d6738c8edcdf0172638c8b0ebb81c8e3 Mon Sep 17 00:00:00 2001 From: occheung Date: Fri, 20 Sep 2024 11:47:05 +0800 Subject: [PATCH] update RELEASE_NOTES --- RELEASE_NOTES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 7d1c160c8..3e4d3c4b4 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -22,6 +22,8 @@ ARTIQ-9 (Unreleased) * Idle kernels now restart when written with ``artiq_coremgmt`` and stop when erased/removed from config. * New support for the EBAZ4205 Zynq-SoC control card. * New core device driver for the AD9834 DDS, tested with the ZonRi Technology Co., Ltd. AD9834-Module. +* Support for coredevice reflashing through new the ``flash`` tool in ``artiq_coremgmt``. +* ``artiq_coremgmt`` now supports configuring satellites. ARTIQ-8 -------