diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 08:37:12 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 08:37:12 +0000 |
commit | 0886cac0499a65b3fd1d410fd0f29b7cbcd4b1ba (patch) | |
tree | 7662aef93ebe0e5f6b7c4b71a1369b7d691715f7 /os | |
parent | ee0b40b93b5f797a830ebbd3cd735ca85ca15579 (diff) | |
download | ChibiOS-0886cac0499a65b3fd1d410fd0f29b7cbcd4b1ba.tar.gz ChibiOS-0886cac0499a65b3fd1d410fd0f29b7cbcd4b1ba.tar.bz2 ChibiOS-0886cac0499a65b3fd1d410fd0f29b7cbcd4b1ba.zip |
RTC. Removed errata note from rtc.dox because workaround realized in driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3359 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/dox/rtc.dox | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/dox/rtc.dox b/os/hal/dox/rtc.dox index dc49c8bb0..b538f3a4a 100644 --- a/os/hal/dox/rtc.dox +++ b/os/hal/dox/rtc.dox @@ -29,15 +29,6 @@ *
* @pre In order to use the RTC driver the @p HAL_USE_RTC option
* must be enabled in @p halconf.h.
- *
- * @note STM32 Errata notes:
- * Description
- * When the LSIRDY flag is set, the clock may still be out of the
- * specified frequency range (fLSI parameter, see LSI oscillator
- * characteristics in the product datasheet).
- * Workaround
- * To have a fully stabilized clock in the specified range, a
- * software temporization of 100 uS should be added.
*
* @ingroup IO
*/
|