drivers/mtd/mtd_progmem.c: Add an upper-half driver that can be used with any FLASH library that provides the itnerfaces defined in include/nuttx/progmem.h

This commit is contained in:
Gregory Nutt
2015-11-12 13:40:18 -06:00
parent 5eaf368d16
commit ef59f83a38
6 changed files with 458 additions and 46 deletions
+8
View File
@@ -114,6 +114,14 @@ config MTD_NRDBLOCKS
endif # MTD_READAHEAD
config MTD_PROGMEM
bool "Enable on-chip program FLASH MTD device"
default n
---help---
Enable to support an MTD device that supports the on-chip FLASH
using the interfaces defined in include/nuttx/progmem. Those
interfaces must be exported by chip-specific logic.
config MTD_CONFIG
bool "Enable Dev Config (MTD based) device"
default n