Skip to content

Commit 02e9c22

Browse files
author
Amanda Butler
authored
Delete section from rtc.md
Delete testing section. Please add the content in a new PR once the content is ready for docs.
1 parent bf8d10a commit 02e9c22

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/contributing/rtc.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,3 @@ The RTC HAL API provides a low-level interface to the Real Time Counter (RTC) of
2727
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:
2828

2929
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`.

0 commit comments

Comments
 (0)