forked from Imagelibrary/rtems
2001-10-25 Eric Norum <eric.norum@usask.ca>
* cdtest/system.h: Configure 1 semaphore. This probably covers up not defining one for the GCC C++ Run-Time Libraries.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-10-25 Eric Norum <eric.norum@usask.ca>
|
||||||
|
|
||||||
|
* cdtest/system.h: Configure 1 semaphore. This probably covers
|
||||||
|
up not defining one for the GCC C++ Run-Time Libraries.
|
||||||
|
|
||||||
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
|
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ rtems_task main_task(
|
|||||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||||
|
|
||||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||||
|
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
|
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2001-10-25 Eric Norum <eric.norum@usask.ca>
|
||||||
|
|
||||||
|
* cdtest/system.h: Configure 1 semaphore. This probably covers
|
||||||
|
up not defining one for the GCC C++ Run-Time Libraries.
|
||||||
|
|
||||||
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
|
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ rtems_task main_task(
|
|||||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||||
|
|
||||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||||
|
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
|
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
|
||||||
|
|||||||
Reference in New Issue
Block a user