mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
mtd/progmem: Add up_progmem_read callback guarded by ARCH_HAVE_PROGMEM_READ
since sometime platform code need do some special action during memcpy Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Id108ef4232376feab3e37e9b3aee9a7927a03bd4
This commit is contained in:
committed by
David Sidrane
parent
0aa78ccc81
commit
c8d4a4c76a
@@ -303,6 +303,11 @@ config ARCH_HAVE_PROGMEM
|
||||
bool
|
||||
default n
|
||||
|
||||
config ARCH_HAVE_PROGMEM_READ
|
||||
bool
|
||||
default n
|
||||
depends on ARCH_HAVE_PROGMEM
|
||||
|
||||
config ARCH_HAVE_RESET
|
||||
bool
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user