Add a driver for SST26F spi/qspi flash devices (SPI mode only)

This commit is contained in:
Sebastien Lorquet
2016-05-10 11:09:15 -06:00
committed by Gregory Nutt
parent f69b7d41db
commit f4fa4799f7
4 changed files with 995 additions and 0 deletions
+12
View File
@@ -476,6 +476,18 @@ FAR struct mtd_dev_s *sst25_initialize(FAR struct spi_dev_s *dev);
FAR struct mtd_dev_s *sst25xx_initialize(FAR struct spi_dev_s *dev);
/****************************************************************************
* Name: sst26_initialize_spi
*
* Description:
* Initializes the driver for SPI-based SST26 FLASH
*
* Supports SST26VF016 SST26VF032 SST26VF064
*
****************************************************************************/
FAR struct mtd_dev_s *sst26_initialize_spi(FAR struct spi_dev_s *dev);
/****************************************************************************
* Name: sst39vf_initialize
*