File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Hardware Independent Watchdog support.
28
28
29
29
## Implementing Watchdog
30
30
31
- You can find the API and specification for the Watchdog API in the following header file :
31
+ You can find the API and specification for the Watchdog API in its HAL API reference :
32
32
33
- [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( https://os.mbed.com/docs/development/feature-hal-spec-watchdog- doxy/classmbed_1_1_watchdog .html )
33
+ [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( https://os.mbed.com/docs/mbed-os/ development/mbed-os-api- doxy/group__hal__watchdog .html )
34
34
35
35
To enable Watchdog support in Mbed OS, add the ` WATCHDOG ` label in the ` device_has ` option of the target's section in the ` targets.json ` file.
36
36
@@ -42,8 +42,6 @@ The Mbed OS HAL provides a set of conformance tests for Watchdog. You can use th
42
42
mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-watchdog*"
43
43
```
44
44
45
- You can read more about the test cases here :
45
+ For more details, please see :
46
46
47
- [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( https://os.mbed.com/docs/development/feature-hal-spec-watchdog-doxy/watchdog__api__tests_8h_source.html )
48
-
49
- [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( https://os.mbed.com/docs/development/feature-hal-spec-watchdog-doxy/watchdog__reset__tests_8h_source.html )
47
+ [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/group__hal__watchdog__tests.html )
You can’t perform that action at this time.
0 commit comments