summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/clockdrv_shell.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* clockdrv_shell.h - Fix commmentJoel Sherrill2012-05-101-1/+1
|
* Clock Driver Shell - ISR handler prototype should follow port interrupt modelJoel Sherrill2012-05-101-1/+2
| | | | | | The prototype for the clock driver tick isr varies based upon the interrupt model used by the port. This driver was checking solely upon a flag set by the BSP.
* bsps: Avoid rtems_irq_hdl_param type usageSebastian Huber2012-04-201-2/+1
| | | | | Not every clock interrupt service routine is installed with this API. Remove also the prototype to allow drivers to make this routine static.
* Clock Driver Shell - Correct PIC IRQ Prototype.Joel Sherrill2012-04-191-2/+2
|
* PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett2012-04-041-3/+14
|
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-231-52/+28
| | | | * clockdrv_shell.h: Clean up.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-281-66/+38
| | | | | * bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting.
* New (Copied from clockdrv_shell.c).Ralf Corsepius2008-09-301-0/+229