summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-17 22:42:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-17 22:42:10 +0000
commitdf0bfdf06821611260d1567313e39a8c86ff004d (patch)
tree5f0738b00f970cf11c53b53b0b0ff67b1c22816c /cpukit/ChangeLog
parent2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-df0bfdf06821611260d1567313e39a8c86ff004d.tar.bz2
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/dummy/dummy.c, sapi/include/confdefs.h: Add checks for application configuration errors. If any POSIX objects or a POSIX init thread is configured without POSIX being configure, then error out. Similarly for ITRON. Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER configuration parameter so the application has to explicitly configure the Clock driver in or out if the Timer driver is not configured. Also verify RTEMS was built for multiprocessing, if the user tries to configure a multiprocessing application.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4415999fae..191daf509e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/dummy/dummy.c, sapi/include/confdefs.h: Add checks for
+ application configuration errors. If any POSIX objects or a POSIX
+ init thread is configured without POSIX being configure, then error
+ out. Similarly for ITRON. Add
+ CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER configuration
+ parameter so the application has to explicitly configure the Clock
+ driver in or out if the Timer driver is not configured. Also verify
+ RTEMS was built for multiprocessing, if the user tries to configure a
+ multiprocessing application.
+
2008-04-12 Chris Johns <chrisj@rtems.org>
* libmisc/shell/shell.c, libmisc/shell/shell.h,