Skip to content

Commit 41959a6

Browse files
author
Amanda Butler
authored
Merge pull request #528 from SeppoTakalo/clarify_emac_porting
Update Ethernet porting guide.
2 parents 4f08c43 + 25af8d6 commit 41959a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/contributing/connectivity/ethernet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/emac.png)<span>Emac API</span></span>
44

5-
This document describes how to port and test an Ethernet MAC (EMAC) driver to Mbed OS. This code is currently on a feature branch.
5+
This document describes how to port and test an Ethernet MAC (EMAC) driver to Mbed OS.
66

77
The scope of this document is limited to Ethernet (IEEE 802.3) or Ethernet-like devices, such as Wi-Fi (IEEE 802.11), where the device presents a MAC interface to send and receive frames, and one of the onboard network stacks that runs on Mbed OS on the host processor uses this.
88

@@ -144,7 +144,7 @@ For general Greentea information, please see the [Greentea](/docs/development/to
144144

145145
EMAC tests are in the Mbed OS tree under the `TESTS/network/emac` directory.
146146

147-
Greentea socket tests are in the Mbed OS tree under the `TESTS/netsocket` directory.
147+
Greentea socket tests are in the Mbed OS tree under the `TESTS/network/emac` directory.
148148

149149
The driver should also be exercised with real-world examples, such as the [Arm Mbed Client example](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-client/).
150150

0 commit comments

Comments
 (0)