From cb0f55a4b829d9f2198b10c224a4ca626de7ded3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Apr 2018 09:05:20 +0200 Subject: Update due to BSP source reorganization This patch is a part of the BSP source reorganization. Close #3285. --- bsp-howto/real_time_clock.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'bsp-howto/real_time_clock.rst') 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 `_. +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 `_. +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 -- cgit v1.2.3