File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,3 @@ The RTC HAL API provides a low-level interface to the Real Time Counter (RTC) of
27
27
RTC HAL API is in [ hal/rtc_api.h] ( /docs/v5.4/mbed-os-api-doxy/rtc__api_8h_source.html ) . You need to implement the following functions to support RTC:
28
28
29
29
To enable sleep support in Mbed OS, you need to add the ` RTC ` label in the ` device_has ` option of the target's section in the ` targets.json ` file.
30
-
31
- ### Testing
32
-
33
- The [ RTC HAL API test suite] ( ) validates:
34
-
35
- - ` rtc_init ` is safe to call repeatedly - Verified by test ` rtc_init_test ` .
36
- - ` Init ` /` free ` doesn't stop RTC from counting - Verified by test ` rtc_persist_test ` .
37
- - Software reset doesn't stop RTC from counting - Verified by ` rtc_reset_test ` .
38
- - Sleep modes don't stop RTC from counting - Verified by ` rtc_sleep_test ` .
39
- - Overflow handling - Verified by ` rtc_range_test ` .
40
- - No backward glitches - Verified by ` rtc_glitch_test ` .
You can’t perform that action at this time.
0 commit comments