mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -416,6 +416,14 @@ On-Demand Paging
|
|||||||
The references and issues related to this are discussed in (2)
|
The references and issues related to this are discussed in (2)
|
||||||
and (3) above.
|
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:
|
Alternative:
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
@@ -302,6 +302,7 @@ CONFIG_DEBUG=n
|
|||||||
CONFIG_DEBUG_VERBOSE=n
|
CONFIG_DEBUG_VERBOSE=n
|
||||||
CONFIG_DEBUG_SYMBOLS=n
|
CONFIG_DEBUG_SYMBOLS=n
|
||||||
CONFIG_DEBUG_PAGING=n
|
CONFIG_DEBUG_PAGING=n
|
||||||
|
CONFIG_DEBUG_FS=n
|
||||||
CONFIG_MM_REGIONS=1
|
CONFIG_MM_REGIONS=1
|
||||||
CONFIG_ARCH_LOWPUTC=y
|
CONFIG_ARCH_LOWPUTC=y
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
|
|||||||
Reference in New Issue
Block a user