Skip to content

Commit f0977c7

Browse files
author
Amanda Butler
authored
Remove transclusions in lp_ticker.md
Remove transclusions from nonexistent pages to fix build.
1 parent 7a7fecd commit f0977c7

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

docs/reference/contributing/target/lp_ticker.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Implementing the low power ticker enables Mbed OS to perform power efficient timing operations that only request millisecond accuracy. You can use this API to schedule events, record elapsed time and drive the tickless OS scheduler.
44

5-
<span class="warnings">**Warning:** We are changing the low power ticker HAL API in an upcoming release of Mbed OS. This page documents code that exists on a feature branch of Mbed OS. You can find details on how it may affect you in the [implementing the low power ticker API](#implementing-the-low-power-ticker-api) section.</span>
6-
75
### Assumptions
86

97
#### Defined behavior
@@ -48,14 +46,10 @@ Hardware low power ticker capabilities.
4846

4947
### Implementing the low power ticker API
5048

51-
We are working on the new HAL low power ticker API, which will replace the current version in an upcoming release of Mbed OS. You need to implement the low power ticker API in both variants. First, you need to implement the current API. You can find it on master branch:
49+
You can find the API and specification for the low power ticker API in the following header file:
5250

5351
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.8/mbed-os-api-doxy/lp__ticker__api_8h_source.html)
5452

55-
To make sure your platform is ready for the upcoming changes, you need to implement the future API and submit it in a separate pull request against the `feature-hal-spec-ticker` branch. You can find the API and specification for the new low power ticker API in the following header file:
56-
57-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.8/feature-hal-spec-ticker-doxy/group__hal__lp__ticker.html)
58-
5953
To enable low power ticker support in Mbed OS, add the `LPTICKER` label in the `device_has` option of the target's section in the `targets.json` file.
6054

6155
### Testing
@@ -65,11 +59,3 @@ The Mbed OS HAL provides a set of conformance tests for the low power ticker. Yo
6559
```
6660
mbed test -t <toolchain> -m <target> -n tests-mbed_hal-common_ticker*,tests-mbed_hal-lp_ticker*
6761
```
68-
69-
You can read more about the test cases:
70-
71-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.8/feature-hal-spec-ticker-doxy/group__hal__lp__ticker.html)
72-
73-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.8/feature-hal-spec-ticker-doxy/group__hal__ticker__tests.html)
74-
75-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.8/feature-hal-spec-ticker-doxy/group__hal__lp__ticker__tests.html)

0 commit comments

Comments
 (0)