mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
README update, added images for Porting Guide (#1675)
* Minor README.md update * Fixed the image link for Dialog * Clarified wording on porting/examples * Adding Porting Guide link to README
This commit is contained in:
committed by
Jonathan Hui
parent
8237496452
commit
0aec901328
@@ -80,9 +80,9 @@ The development of OpenThread is ongoing to regularly provide additional feature
|
||||
|
||||
Led by Nest, the following companies are contributing to the ongoing development of OpenThread:
|
||||
|
||||
<a href="https://www.arm.com/"><img src="doc/images/ot-contrib-arm.png" alt="ARM" width="200px"></a><a href="http://www.atmel.com/"><img src="doc/images/ot-contrib-atmel.png" alt="Atmel" width="200px"></a><a href="ttp://www.dialog-semiconductor.com/"><img src="doc/images/ot-contrib-dialog.png" alt="Dialog" width="200px"></a><a href="https://www.microsoft.com/en-us/"><img src="doc/images/ot-contrib-ms.png" alt="Microsoft" width="200px"></a><a href="https://nest.com/"><img src="doc/images/ot-contrib-nest.png" alt="Nest" width="200px"></a><a href="http://www.nordicsemi.com/"><img src="doc/images/ot-contrib-nordic.png" alt="Nordic" width="200px"></a><a href="https://www.qualcomm.com/"><img src="doc/images/ot-contrib-qc.png" alt="Qualcomm" width="200px"></a><a href="https://www.ti.com/"><img src="doc/images/ot-contrib-ti.png" alt="Texas Instruments" width="200px"></a>
|
||||
<a href="https://www.arm.com/"><img src="doc/images/ot-contrib-arm.png" alt="ARM" width="200px"></a><a href="http://www.atmel.com/"><img src="doc/images/ot-contrib-atmel.png" alt="Atmel" width="200px"></a><a href="http://www.dialog-semiconductor.com/"><img src="doc/images/ot-contrib-dialog.png" alt="Dialog" width="200px"></a><a href="https://www.microsoft.com/en-us/"><img src="doc/images/ot-contrib-ms.png" alt="Microsoft" width="200px"></a><a href="https://nest.com/"><img src="doc/images/ot-contrib-nest.png" alt="Nest" width="200px"></a><a href="http://www.nordicsemi.com/"><img src="doc/images/ot-contrib-nordic.png" alt="Nordic" width="200px"></a><a href="https://www.qualcomm.com/"><img src="doc/images/ot-contrib-qc.png" alt="Qualcomm" width="200px"></a><a href="https://www.ti.com/"><img src="doc/images/ot-contrib-ti.png" alt="Texas Instruments" width="200px"></a>
|
||||
|
||||
OpenThread has been ported to several devices and platforms. Build examples are included in the OpenThread project.
|
||||
OpenThread has been ported to several devices and platforms by both the OpenThread team and the community. Build examples for all supported platforms are included in the OpenThread project.
|
||||
|
||||
### IEEE 802.15.4 Platform Support
|
||||
|
||||
@@ -102,6 +102,10 @@ Desktop platforms can also be used to control and interface with a Thread networ
|
||||
* **Unix** — [`wpantund`](https://github.com/openthread/wpantund) provides an interface to an NCP
|
||||
* **Windows 10** — [universal drivers](https://github.com/openthread/openthread/wiki/OpenThread-on%C2%A0Windows) to interface with devices running OpenThread
|
||||
|
||||
### Porting
|
||||
|
||||
If you are interested in porting OpenThread to a new platform, see the [Porting Guide](https://github.com/openthread/openthread/wiki/Porting-Guide) for hardware requirements and detailed porting instructions.
|
||||
|
||||
# What tools are available for testing?
|
||||
|
||||
### Certification Testing
|
||||
|
||||
Reference in New Issue
Block a user