summaryrefslogtreecommitdiffstats
path: root/bsp-howto/real_time_clock.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 09:05:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-27 12:49:57 +0200
commitcb0f55a4b829d9f2198b10c224a4ca626de7ded3 (patch)
treed413bafaadcfb8433da155798e1799fd2c1661f3 /bsp-howto/real_time_clock.rst
parentbsp-howto: Avoid :file: role with ${...} (diff)
downloadrtems-docs-cb0f55a4b829d9f2198b10c224a4ca626de7ded3.tar.bz2
Update due to BSP source reorganization
This patch is a part of the BSP source reorganization. Close #3285.
Diffstat (limited to 'bsp-howto/real_time_clock.rst')
-rw-r--r--bsp-howto/real_time_clock.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/bsp-howto/real_time_clock.rst b/bsp-howto/real_time_clock.rst
index 1858243..1a9069e 100644
--- a/bsp-howto/real_time_clock.rst
+++ b/bsp-howto/real_time_clock.rst
@@ -28,12 +28,14 @@ an *RTC* device. The capabilities provided by this driver are:
In this chapter, the abbreviation `TOD` is used for *Time of Day*.
The reference implementation for a real-time clock driver can be found in
-``c/src/lib/libbsp/shared/tod.c``. This driver is based on the libchip concept
-and can be easily configured to work with any of the RTC chips supported by the
-RTC chip drivers in the directory ``c/src/lib/lib/libchip/rtc``. There is a
-README file in this directory for each supported RTC chip. Each of these
-README explains how to configure the shared libchip implementation of the RTC
-driver for that particular RTC chip.
+`bsps/shared/dev/rtc/rtc-support.c <https://git.rtems.org/rtems/tree/bsps/shared/dev/rtc/rtc-support.c>`_.
+This driver is based on the libchip concept and can be easily configured to
+work with any of the RTC chips supported by the RTC chip drivers in the
+directory
+`bsps/shared/dev/rtc <https://git.rtems.org/rtems/tree/bsps/shared/dev/rtc>`_.
+There is a README file in this directory for each supported RTC chip. Each of
+these README explains how to configure the shared libchip implementation of the
+RTC driver for that particular RTC chip.
The DY-4 DMV177 BSP used the shared libchip implementation of the RTC driver.
There were no DMV177 specific configuration routines. A BSP could use