mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
ST25FL1: Flesh out FLASH write logic
This commit is contained in:
@@ -405,6 +405,17 @@ config ST25FL1_SECTOR512
|
||||
bool "Simulate 512 byte Erase Blocks"
|
||||
default n
|
||||
|
||||
config ST25FL1_SCRAMBLE
|
||||
bool "Scramble data"
|
||||
default n
|
||||
---help---
|
||||
Requires drviver support for data scrambling/descrambling.
|
||||
|
||||
config ST25FL1_SCRAMBLE_KEY
|
||||
hex "Scramble key"
|
||||
default 0x0baddead
|
||||
depends on ST25FL1_SCRAMBLE
|
||||
|
||||
endif
|
||||
|
||||
config MTD_SMART
|
||||
|
||||
Reference in New Issue
Block a user