RELEASE_NOTES: add note about spi2 port

pull/954/head
Robert Jördens 2018-02-23 17:26:59 +01:00
parent ec5b81da55
commit 1329e1a23e
1 changed files with 4 additions and 1 deletions

View File

@ -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
---