SPI debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2953 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
e461ac4045
commit
e664a928e0
@ -416,6 +416,14 @@ On-Demand Paging
|
||||
The references and issues related to this are discussed in (2)
|
||||
and (3) above.
|
||||
|
||||
Basic support for paging from SPI NOR FLASH can be enabled by adding:
|
||||
|
||||
CONFIG_PAGING_AT45DB=y
|
||||
|
||||
Or:
|
||||
|
||||
CONFIG_PAGING_M25PX=y
|
||||
|
||||
Alternative:
|
||||
------------
|
||||
|
||||
|
@ -302,6 +302,7 @@ CONFIG_DEBUG=n
|
||||
CONFIG_DEBUG_VERBOSE=n
|
||||
CONFIG_DEBUG_SYMBOLS=n
|
||||
CONFIG_DEBUG_PAGING=n
|
||||
CONFIG_DEBUG_FS=n
|
||||
CONFIG_MM_REGIONS=1
|
||||
CONFIG_ARCH_LOWPUTC=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
|
Loading…
Reference in New Issue
Block a user