summaryrefslogtreecommitdiffstats
path: root/rtems/user.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/user.cfg')
-rw-r--r--rtems/user.cfg12
1 files changed, 8 insertions, 4 deletions
diff --git a/rtems/user.cfg b/rtems/user.cfg
index 6055172..565bda7 100644
--- a/rtems/user.cfg
+++ b/rtems/user.cfg
@@ -17,6 +17,10 @@
# Solaris: /opt/gnu/rtems
INSTALL_POINT=/home/joel/rtems-work/bsp-install/
+#RTEMS_VERSION=4.11
+RTEMS_VERSION=4.12
+#RTEMS_VERSION=4.10
+
#
# RTEMS Configuration Information
#
@@ -35,7 +39,7 @@ ENABLE_RTEMS_POSIX=yes
# Set this to yes if you want to build the TCP/IP stack and
# associated clients and servers. This is automatically disabled
# for BSPs that have no networking support.
-ENABLE_RTEMS_TCPIP=yes
+ENABLE_RTEMS_TCPIP=no
# Set this to yes if you want to enable the RTEMS uITRON 3.0 API
# implementation. This API is not completely implemented and
@@ -47,7 +51,7 @@ ENABLE_RTEMS_ITRON=no
ENABLE_RTEMS_MP=no
# Set this to yes if you want to enable SMP support.
-ENABLE_RTEMS_SMP=yes
+ENABLE_RTEMS_SMP=no
# Set this to yes if you want to enable C++ support including
# the RTEMS Classic API class libraries
@@ -57,9 +61,9 @@ ENABLE_RTEMS_CXX=yes
ENABLE_KEEP_BUILDING=yes
# Set this to yes if you want to build the full set of RTEMS
-# tests appropriate for your configuration. Or set it to
+# #tests appropriate for your configuration. Or set it to
# samples if you just want the samples
-# ENABLE_RTEMS_TESTS=samples
+# ENABLE_RTEMS_TESTS=no
# ENABLE_RTEMS_TESTS=samples
ENABLE_RTEMS_TESTS=yes