summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/cre_tsk.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-124/+0
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
2000-07-26Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill1-2/+6
a BSP (c4xsim) supporting the simulator included with gdb. This port was done by Joel Sherrill and Jennifer Averett of OAR Corporation. Also included with this port is a space/time optimization to eliminate FP context switch management on CPUs without hardware or software FP. An issue with this port was that sizeof(unsigned32) = sizeof(unsigned8) on this CPU. This required addressing alignment checks and assumptions as well as fixing code that assumed sizeof(unsigned32) == 4.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-2/+1
1999-11-17+ Updated copyright information.Jennifer Averett1-0/+3
1999-11-12+ Moved error checks to before the dispatch disable where possible.Joel Sherrill1-13/+12
+ Modified correct return path to call _ITRON_return_errorno( E_OK ) instead of enabling dispatching and returning E_OK.
1999-11-12Removed redundant line.Joel Sherrill1-1/+0
1999-11-10Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1-45/+34
Working Group. Included are tests.
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1-0/+127
for RTEMS.