summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/tod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate use of /*PAGE and clean up formattingJoel Sherrill2014-10-091-51/+9
|
* tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill2014-09-161-0/+1
| | | | | This rippled into the handful of files that should have been using <rtems/tod.h>.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* 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.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-271-4/+102
| | | | * tod.h, tod.c: Update for new RTC driver interface.
* 2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-041-10/+0
| | | | * tod.c: Remove warnings and clean up.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-111-2/+2
| | | | * tod.c: Use rtems_clock_get_tod().
* Convert to "bool".Ralf Corsepius2008-09-051-1/+1
|
* 2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-031-1/+2
| | | | * tod.c: Remove extern. RTC_Present is not defined anywhere.
* Add missing prototypes.Ralf Corsepius2008-08-181-4/+4
|
* 2005-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-231-1/+1
| | | | * tod.c: Change type of RTC_Count to size_t.
* Set RTEMS time during TOD initializationEric Norum2004-10-251-0/+2
|
* Remove duplicate white lines.Ralf Corsepius2004-04-211-2/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-24/+24
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-3/+3
| | | | | * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c, gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h: URL for license changed.
* Added getRealTime() and setRealTime().Joel Sherrill1998-07-301-11/+67
| | | | Reimplemented checkRealTime() to use RTEMS internal routine.
* New file. Based on merged of shared libchip style console.c and theJoel Sherrill1998-07-291-0/+187
existing TOD interface.