aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/RIDE/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-28 21:58:24 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-28 21:58:24 +0000
commit82da59c616d91ae6c8cba72b74d38ac3eefb0af5 (patch)
tree758d98e071ebf53438273bab0cdc776460d7db3a /nuttx/configs/stm3210e-eval/RIDE/defconfig
parentd83d1596b0e069eb66977a0b4fcdfa0b176dfb15 (diff)
downloadpx4-firmware-82da59c616d91ae6c8cba72b74d38ac3eefb0af5.tar.gz
px4-firmware-82da59c616d91ae6c8cba72b74d38ac3eefb0af5.tar.bz2
px4-firmware-82da59c616d91ae6c8cba72b74d38ac3eefb0af5.zip
Add support for C++ static constructors (at least to a few platforms)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4438 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3210e-eval/RIDE/defconfig')
-rwxr-xr-xnuttx/configs/stm3210e-eval/RIDE/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/RIDE/defconfig b/nuttx/configs/stm3210e-eval/RIDE/defconfig
index 6ef6fcb8f..f1614be85 100755
--- a/nuttx/configs/stm3210e-eval/RIDE/defconfig
+++ b/nuttx/configs/stm3210e-eval/RIDE/defconfig
@@ -261,7 +261,10 @@ CONFIG_HAVE_LIBM=n
# CONFIG_DEBUG_VERBOSE - enables verbose debug output
# CONFIG_DEBUG_SYMBOLS - build without optimization and with
# debug symbols (needed for use with a debugger).
-# CONFIG_HAVE_CXX - Enable support for C++S
+# CONFIG_HAVE_CXX - Enable support for C++
+# CONFIG_HAVE_CXXINITIALIZE - The platform-specific logic includes support
+# for initialization of static C++ instances for this architecture
+# and for the selected toolchain (via up_cxxinitialize()).
# CONFIG_MM_REGIONS - If the architecture includes multiple
# regions of memory to allocate from, this specifies the
# number of memory regions that the memory manager must
@@ -351,6 +354,7 @@ CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
CONFIG_DEBUG_SCHED=y
CONFIG_HAVE_CXX=n
+CONFIG_HAVE_CXXINITIALIZE=n
CONFIG_MM_REGIONS=1
CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=200