Skip to content

Commit b6bb35d

Browse files
author
Steven Cartmell
committed
HAL CRC: Remove testing section from porting guide until tests are added
1 parent f82d0fc commit b6bb35d

File tree

1 file changed

+0
-14
lines changed
  • docs/reference/contributing/target

1 file changed

+0
-14
lines changed

docs/reference/contributing/target/crc.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,3 @@ You can find the API and specification for the hardware CRC API in the following
3232
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/group__hal__crc.html)
3333

3434
To enable hardware CRC support in Mbed OS, add the `CRC` label in the `device_has` option of the target's section in the `targets.json` file.
35-
36-
#### Testing
37-
38-
The Mbed OS HAL API provides a set of conformance tests for Hardware CRC. You can use these tests to validate the correctness of your implementation. To run the hardware CRC HAL tests, use the following command:
39-
40-
```
41-
mbed test -t <toolchain> -m <target> -n "tests-mbed_hal-crc*"
42-
```
43-
44-
You can read more about the test cases here:
45-
46-
```
47-
Fix link after code is merged.
48-
```

0 commit comments

Comments
 (0)