summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronmbf01/system.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove (Abandoned)Ralf Corsepius2010-06-171-40/+0
|
* * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius2004-04-011-1/+1
| | | | | | | | | | | * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-1/+1
| | | | | | | | | | | | * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>. * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>. * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>. * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>. * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | | | | | | | | | | * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h, itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h, itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c, itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c, itrontask01/itrontask01.doc, itrontask01/system.h, itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c, itrontask02/itrontask02.doc, itrontask02/system.h, itrontask03/init.c, itrontask03/itrontask03.doc, itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c, itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c, itrontask04/itrontask04.doc, itrontask04/system.h, itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c, itrontime01/init.c, itrontime01/system.h: URL for license changed.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-3/+5
|
* + Updated copyright information.Jennifer Averett1999-11-171-2/+1
|
* Increased stack space because message buffers are on the stack.Joel Sherrill1999-11-161-0/+1
|
* General cleanup. Test documentation improved. The message buffer testJoel Sherrill1999-11-101-0/+1
| | | | | prints a message instead of actually testing since the message buffer implementation is not in yet.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-0/+37
for RTEMS.