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:
patacongo 2010-09-30 02:39:20 +00:00
parent e461ac4045
commit e664a928e0
2 changed files with 9 additions and 0 deletions

View File

@ -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:
------------

View File

@ -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