summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/clockdrv_shell.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-092001-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-11/+44
* clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for multiple ISRs per clock tick. Testing per hacking on mips/jmr3904 clock driver.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clockdrv_shell.c: Fixed syntax error in fast idle support.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+14
* clockdrv_shell.c: Added fast idle mode which is enabled by defining CLOCK_DRIVER_USE_FAST_IDLE. * console-polled.c: Added console_initialize_hardware() hook.
2000-07-10New file.Joel Sherrill1-55/+31
2000-01-11Removed old hack of using Configuration Table entry ticks_per_timesliceJoel Sherrill1-10/+5
being set to 0 to indicate that there should be no Clock Tick. This was used by the Timing Tests to avoid clock tick overhead perturbing execution times. Now the Timing Tests simply leave the Clock Tick Driver out of the Device Driver Table.
1998-05-30Changed calculaction for Clock_Decrementer_value to use theJoel Sherrill1-2/+4
BSP_configuration table.
1998-05-30Updated to current source and removed warnings.Joel Sherrill1-11/+4
1998-05-30New files -- from rtems-LM-980406 which was based on an RTEMS from 12/97.Joel Sherrill1-29/+40
This was called the dmv170 BSP in that source tree but since the DMV171 is now obsolete, we have transitioned to the DMV177 and have no intention of checking compatibility with any other models.
1998-04-15Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill1-5/+5
1998-04-14new filesJoel Sherrill1-45/+23
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1996-12-02Replacement for the sis bsp which supports the simulator and realJoel Sherrill1-0/+262
hardware. From Jiri Gaisler <jgais@wd.estec.esa.nl>. Supports sis 2.6 and later.