drivers/mtd/st25fl1.c: Add a driver for ST25FL1*K QuadSPI FLASH parts

This commit is contained in:
Gregory Nutt
2015-08-25 09:10:12 -06:00
parent e983e547e1
commit 94ecf7ebad
3 changed files with 941 additions and 0 deletions
+2
View File
@@ -10881,4 +10881,6 @@
device (2015-08-24).
* networking: Correct return value from psock_tcp_accept(). From
SaeHie Park (2015-08-25).
* drivers/mtd/st25fl1.c: Add a driver for ST25L1*K QuadSPI parts
(2015-08-15).
+4
View File
@@ -92,6 +92,10 @@ ifeq ($(CONFIG_MTD_AT25),y)
CSRCS += at25.c
endif
ifeq ($(CONFIG_MTD_ST25FL1),y)
CSRCS += st25fl1.c
endif
ifeq ($(CONFIG_MTD_SMART),y)
ifeq ($(CONFIG_FS_SMARTFS),y)
CSRCS += smart.c
File diff suppressed because it is too large Load Diff