summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-11 01:58:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-11 01:58:26 +0000
commit1088be447cd6113169d3646182680a87213d68b8 (patch)
tree1233b7c12785d2ce6b0133765ca3539ada59d1bd /nuttx/configs/README.txt
parent856a5b5884da54160d386cc100a0ea762e5a4076 (diff)
downloadpx4-nuttx-1088be447cd6113169d3646182680a87213d68b8.tar.gz
px4-nuttx-1088be447cd6113169d3646182680a87213d68b8.tar.bz2
px4-nuttx-1088be447cd6113169d3646182680a87213d68b8.zip
Add M25Px as paging source
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2937 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index de149e496..1216de9d9 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -420,6 +420,17 @@ defconfig -- This is a configuration file similar to the Linux
only a single slot (See CONFIG_MMCSD_NSLOTS). If defined,
CONFIG_PAGING_SDSLOT will instruct certain board-specific logic to
initialize the media in this SD slot.
+ CONFIG_PAGING_M25PX - Use the m25px.c FLASH driver. If this is selected,
+ then the MTD interface to the MP25x device will be used to support
+ paging.
+ CONFIG_PAGING_M25PX_BINOFFSET - If CONFIG_PAGING_M25PX is defined then
+ CONFIG_PAGING_M25PX_BINOFFSET will be used to specify the offset
+ in bytes into the FLASH device where the NuttX binary image is located.
+ Default: 0
+ CONFIG_PAGING_M25PX_SPIPORT - If CONFIG_PAGING_M25PX is defined and
+ the device has multiple SPI busses (ports), then this configuration
+ should be set to indicate which SPI port the M25Px device is connected.
+ Default: 0
The following can be used to disable categories of APIs supported
by the OS. If the compiler supports weak functions, then it