From 1329e1a23e01d309067b8c149e5c6736e3695a9b Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 23 Feb 2018 17:26:59 +0100 Subject: [PATCH] RELEASE_NOTES: add note about spi2 port --- RELEASE_NOTES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index c87cb4877..2befe32ca 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -21,7 +21,10 @@ Release notes * ``artiq_flash -m/--adapter`` has been changed to ``artiq_flash -V/--variant``. * ``kc705_dds`` has been renamed ``kc705``. * the ``-H/--hw-adapter`` option of ``kc705`` has ben renamed ``-V/--variant``. - +* SPI masters have been switched from misoc-spi to misoc-spi2. This affects + all out-of-tree RTIO core device drivers using those buses. See the various + commits on e.g. the ``ad5360`` driver for an example how to port from the old + to the new bus. 3.3 ---