summaryrefslogtreecommitdiff
path: root/nuttx/configs/rgmp/x86/cxxtest/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/rgmp/x86/cxxtest/defconfig')
-rw-r--r--nuttx/configs/rgmp/x86/cxxtest/defconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/configs/rgmp/x86/cxxtest/defconfig b/nuttx/configs/rgmp/x86/cxxtest/defconfig
index 2b19192e4..230ed41df 100644
--- a/nuttx/configs/rgmp/x86/cxxtest/defconfig
+++ b/nuttx/configs/rgmp/x86/cxxtest/defconfig
@@ -382,8 +382,6 @@ CONFIG_NSH_NETMASK=0xffffff00
# for the main user thread that begins at the user_start() entry point.
# CONFIG_PTHREAD_STACK_MIN - Minimum pthread stack size
# CONFIG_PTHREAD_STACK_DEFAULT - Default pthread stack size
-# CONFIG_HEAP_BASE - The beginning of the heap
-# CONFIG_HEAP_SIZE - The size of the heap
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_COPYTORAM=n
@@ -392,8 +390,6 @@ CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_USERMAIN_STACKSIZE=4096
CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=8192
-CONFIG_HEAP_BASE=
-CONFIG_HEAP_SIZE=
CONFIG_USER_ENTRYPOINT="cxxtest_main"
#