summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/pgnsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-24 02:03:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-24 02:03:45 +0000
commitee6175d81df8b566ee5243d6fdbf47b1d7b877a6 (patch)
treeae2f9cadbd8836df12b15f10422df02b8124233b /nuttx/configs/ea3131/pgnsh/defconfig
parent680e5e4ca6c8e565d3814a10c7d77f4f9d0176aa (diff)
downloadpx4-nuttx-ee6175d81df8b566ee5243d6fdbf47b1d7b877a6.tar.gz
px4-nuttx-ee6175d81df8b566ee5243d6fdbf47b1d7b877a6.tar.bz2
px4-nuttx-ee6175d81df8b566ee5243d6fdbf47b1d7b877a6.zip
Fix heap/page table overlap; Switch to 1Kb pages
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2881 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/pgnsh/defconfig')
-rwxr-xr-xnuttx/configs/ea3131/pgnsh/defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/ea3131/pgnsh/defconfig b/nuttx/configs/ea3131/pgnsh/defconfig
index 3dcd7f667..696b5f310 100755
--- a/nuttx/configs/ea3131/pgnsh/defconfig
+++ b/nuttx/configs/ea3131/pgnsh/defconfig
@@ -399,13 +399,13 @@ CONFIG_SIG_SIGWORK=4
# page table entry to use for the vector mapping.
#
CONFIG_PAGING=y
-CONFIG_PAGING_PAGESIZE=4096
-CONFIG_PAGING_NLOCKED=8
+CONFIG_PAGING_PAGESIZE=1024
+CONFIG_PAGING_NLOCKED=36
#CONFIG_PAGING_LOCKED_PBASE
#CONFIG_PAGING_LOCKED_VBASE
-CONFIG_PAGING_NPPAGED=24
-CONFIG_PAGING_NVPAGED=96
-CONFIG_PAGING_NDATA=12
+CONFIG_PAGING_NPPAGED=96
+CONFIG_PAGING_NVPAGED=384
+CONFIG_PAGING_NDATA=44
#CONFIG_PAGING_DEFPRIO
CONFIG_PAGING_STACKSIZE=2048
CONFIG_PAGING_BLOCKINGFILL=y