mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
drivers/mtd/mx25rxx.c: add support for 512B sectors
- Fix for mx25rxx driver as it does not work properly - Add mx25rxx memory chip & smartfs support in b-l475e-iot01a/nsh config - Update smartfs smart_scan() function
This commit is contained in:
committed by
Gregory Nutt
parent
08460ba5b1
commit
780d4d41e8
@@ -641,6 +641,10 @@ config MX25RXX_QSPI_READ_FREQUENCY
|
||||
Clock frequency for read data command.
|
||||
Only Quad read is supported in this driver.
|
||||
|
||||
config MX25RXX_SECTOR512
|
||||
bool "Simulate 512 byte Erase Blocks"
|
||||
default n
|
||||
|
||||
endif # MTD_MX25RXX
|
||||
|
||||
config MTD_SMART
|
||||
|
||||
Reference in New Issue
Block a user