summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/clock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-261-1/+1
| | | | | * clock/clock.c, include/bsp.h: Rename BSP specific idle thread to bsp_idle_thread.
* With Till, Joel and Eric all trying to fix this file things seemEric Norum2009-03-051-59/+6
| | | | to have been mangled. I believe that the this version fixes things.
* 2009-03-02 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-03-021-5/+58
| | | | | | PR 1375/bsps * clock/clock.c: Correct implementation of nanoseconds since last tick handler.
* 2009-02-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-251-1/+1
| | | | * clock/clock.c, include/bsp.h: Make bsp idle thread names match.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-121-1/+1
| | | | | * clock/clock.c, include/bsp.h: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-01-21 Eric Norum <norume@aps.anl.gov>Joel Sherrill2009-01-211-6/+5
| | | | | PR 1358/bsps * clock/clock.c: Fix time-access bug in uc5282 BSP.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-301-1/+1
| | | | | * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
* 2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-171-1/+1
| | | | | * clock/clock.c, include/bsp.h: Correct prototype of idle thread. Eric Norum pointed out this was wrong.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-1/+1
| | | | | | * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2007-10-14 Eric Norum <norume@aps.anl.gov>Joel Sherrill2007-10-161-6/+19
| | | | * clock/clock.c: Add nanoseconds since tick support.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-1/+1
| | | | | | | | | * clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* Avoid possible division by zero.Eric Norum2006-02-061-1/+3
|
* Add code to maintain CPU load average.Eric Norum2006-01-291-4/+40
|
* Assign copyright to OAR since all files descend from OAR's source.Eric Norum2005-11-071-0/+9
|
* Add support for interrupt controller allocation. This will provides aEric Norum2005-02-031-1/+2
| | | | mechanism for applications to find a free level/priority.
* New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum2005-01-281-0/+68