summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/can_wup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-53/+0
|
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-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.
* + Updated copyright information.Jennifer Averett1999-11-171-0/+3
|
* + Fixed files to consistantly use a case of the location after callsJennifer Averett1999-11-151-3/+3
| | | | | | to ITRON_Task_Get. + Modified to consistantly call _ITRON_return_errorno with E_OK. + Optimized the code to not disable dispatch prior to checking input values.
* + Modified correct return path to call _ITRON_return_errorno( E_OK ) insteadJoel Sherrill1999-11-121-5/+2
| | | | | of enabling dispatching and returning E_OK. + Changed validation of the_thread to validation of location.
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-101-1/+20
| | | | Working Group. Included are tests.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-0/+30
for RTEMS.