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:
Simon Piriou
2019-07-26 09:17:56 -06:00
committed by Gregory Nutt
parent 08460ba5b1
commit 780d4d41e8
7 changed files with 382 additions and 34 deletions
+4
View File
@@ -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