summaryrefslogtreecommitdiffstats
path: root/rtems/user.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/user.cfg')
-rw-r--r--rtems/user.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/rtems/user.cfg b/rtems/user.cfg
index 565bda7..d726a95 100644
--- a/rtems/user.cfg
+++ b/rtems/user.cfg
@@ -18,7 +18,8 @@
INSTALL_POINT=/home/joel/rtems-work/bsp-install/
#RTEMS_VERSION=4.11
-RTEMS_VERSION=4.12
+# RTEMS_VERSION=4.12
+RTEMS_VERSION=5
#RTEMS_VERSION=4.10
#
@@ -39,7 +40,8 @@ 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=no
+# Values: yes, no, or new
+ENABLE_RTEMS_TCPIP=yes
# Set this to yes if you want to enable the RTEMS uITRON 3.0 API
# implementation. This API is not completely implemented and
@@ -63,7 +65,6 @@ 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
# samples if you just want the samples
-# ENABLE_RTEMS_TESTS=no
# ENABLE_RTEMS_TESTS=samples
ENABLE_RTEMS_TESTS=yes