aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/rtc.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-06 19:05:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-06 19:05:13 +0000
commit54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc (patch)
treeb18a96788fbc46c774c9c926a60e6a19bd955bfd /os/hal/dox/rtc.dox
parentdcbb613f6d74018abc0c977b351dbd9334d1454f (diff)
downloadChibiOS-54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc.tar.gz
ChibiOS-54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc.tar.bz2
ChibiOS-54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc.zip
I2C driver state diagram modified, documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3751 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/rtc.dox')
-rw-r--r--os/hal/dox/rtc.dox8
1 files changed, 2 insertions, 6 deletions
diff --git a/os/hal/dox/rtc.dox b/os/hal/dox/rtc.dox
index b538f3a4a..c2121a314 100644
--- a/os/hal/dox/rtc.dox
+++ b/os/hal/dox/rtc.dox
@@ -21,12 +21,8 @@
/**
* @defgroup RTC RTC Driver
* @brief Real Time Clock Abstraction Layer
- * @details This module defines an abstract interface for Real Time Clock cell.
- * If you do not need callback functionality than disable
- * @p RTC_SUPPORTS_CALLBACKS option in @p halconf.h.
- * In @p halconf.h you also can select clock source for RTC in
- * @p RTC_CLOCK_SOURCE option.
- *
+ * @details This module defines an abstract interface for a Real Time Clock
+ * Peripheral.
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
* must be enabled in @p halconf.h.
*