summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/clock_driver_stub.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-11-132000-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock_driver_stub.c: This is a stub of a clock driver that is sufficient for linking the ticker application. Some simulators do not have a soruce for a clock tick. Also this can be used while constructing a BSP so everything links.
2000-07-27Minor problems addressed with the merger and with the arm_bare_bsp.Joel Sherrill1-0/+0
That BSP now has a stub clock driver so the tests can link even if they won't execute. A handful of Makefiles had to be updated and we had to account for printk.c being a shared file now.
2000-07-10Added dummy clock driver.Joel Sherrill1-0/+22