mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Add configuration options for forthcoming st25fl1 devices
This commit is contained in:
+1
-1
Submodule Documentation updated: ce750c0899...cae6e67e05
@@ -387,6 +387,27 @@ config M25P_SUBSECTOR_ERASE
|
||||
|
||||
endif
|
||||
|
||||
config MTD_ST25FL1
|
||||
bool "QuadSPI-based ST25FL1 FLASH"
|
||||
default n
|
||||
select SPI
|
||||
|
||||
if MTD_ST25FL1
|
||||
|
||||
config ST25FL1_SPIMODE
|
||||
int "ST25FL1 SPI Mode"
|
||||
default 0
|
||||
|
||||
config ST25FL1_SPIFREQUENCY
|
||||
int "ST25FL1 SPI Frequency"
|
||||
default 20000000
|
||||
|
||||
config ST25FL1_SECTOR512
|
||||
bool "Simulate 512 byte Erase Blocks"
|
||||
default n
|
||||
|
||||
endif
|
||||
|
||||
config MTD_SMART
|
||||
bool "Sector Mapped Allocation for Really Tiny (SMART) Flash support"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user