spi_flash: extend non-bitbanged flash support
authorJakub Cebulski <jcebulski@internships.antmicro.com>
Mon, 9 Mar 2020 11:28:42 +0000 (12:28 +0100)
committerMateusz Holenko <mholenko@antmicro.com>
Tue, 28 Apr 2020 13:02:55 +0000 (15:02 +0200)
commit00f973ea3539d891c666fc128409a8bd0ce99906
tree82466445a62c1e7ee0b448fa5394180931cdfd2a
parenta344e20b5ee29e8bb82815b88775e90ae6adeba7
spi_flash: extend non-bitbanged flash support

This commit adds support for memory mapped writes
in the same configuration as memory mapped reads
are currently supported.

It also adds support for accessing registers
and erasing sectors in non-bitbanged single SPI
mode.
litex/soc/cores/spi_flash.py