From df0bfdf06821611260d1567313e39a8c86ff004d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Apr 2008 22:42:10 +0000 Subject: 2008-04-17 Joel Sherrill * 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. --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * libmisc/shell/shell.c, libmisc/shell/shell.h, -- cgit v1.2.3