mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
drivers/mtd/st25fl1.c: Add a driver for ST25FL1*K QuadSPI FLASH parts
This commit is contained in:
@@ -10881,4 +10881,6 @@
|
|||||||
device (2015-08-24).
|
device (2015-08-24).
|
||||||
* networking: Correct return value from psock_tcp_accept(). From
|
* networking: Correct return value from psock_tcp_accept(). From
|
||||||
SaeHie Park (2015-08-25).
|
SaeHie Park (2015-08-25).
|
||||||
|
* drivers/mtd/st25fl1.c: Add a driver for ST25L1*K QuadSPI parts
|
||||||
|
(2015-08-15).
|
||||||
|
|
||||||
|
|||||||
@@ -92,6 +92,10 @@ ifeq ($(CONFIG_MTD_AT25),y)
|
|||||||
CSRCS += at25.c
|
CSRCS += at25.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_MTD_ST25FL1),y)
|
||||||
|
CSRCS += st25fl1.c
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_MTD_SMART),y)
|
ifeq ($(CONFIG_MTD_SMART),y)
|
||||||
ifeq ($(CONFIG_FS_SMARTFS),y)
|
ifeq ($(CONFIG_FS_SMARTFS),y)
|
||||||
CSRCS += smart.c
|
CSRCS += smart.c
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user