An open API service indexing awesome lists of open source software.

https://github.com/openthread/ot-nxp

OpenThread on NXP examples.
https://github.com/openthread/ot-nxp

openthread

Last synced: about 1 year ago
JSON representation

OpenThread on NXP examples.

Awesome Lists containing this project

README

          

[![Build][ot-gh-action-build-svg]][ot-gh-action-build]

[ot-gh-action-build]: https://github.com/openthread/ot-nxp/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush
[ot-gh-action-build-svg]: https://github.com/openthread/ot-nxp/workflows/Build/badge.svg?branch=main&event=push

---

# OpenThread on NXP platforms

This repo contains example platform drivers for [NXP K32W061 SoC][k32w061], [NXP K32W1 SoC][k32w1], [NXP
JN5189 SoC][jn5189] and [NXP RT 1060 Crossover MCU][rt1060].

[k32w061]: https://www.nxp.com/products/wireless/thread/k32w061-41-high-performance-secure-and-ultra-low-power-mcu-for-zigbeethread-and-bluetooth-le-5-0-with-built-in-nfc-option:K32W061_41
[k32w1]: https://www.nxp.com/products/wireless/multiprotocol-mcus/secure-and-ultra-low-power-mcu-for-matter-over-thread-and-bluetooth-le-5-3:K32W148
[jn5189]: https://www.nxp.com/products/wireless/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T
[rt1060]: https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1060-crossover-mcu-with-arm-cortex-m7-core:i.MX-RT1060

To learn more about building and running the examples please check:

- [OpenThread on NXP K32W061 examples][k32w061-page]
- [OpenThread on NXP K32W1 examples][k32w1-page]
- [OpenThread on NXP JN5189 examples][jn5189-page]
- [OpenThread on RT1060 examples][rt1060-page]

[k32w061-page]: src/k32w0/k32w061/README.md
[k32w1-page]: src/k32w1/k32w1/README.md
[jn5189-page]: src/k32w0/jn5189/README.md
[rt1060-page]: src/imx_rt/rt1060/README.md

# Contributing

We would love for you to contribute to OpenThread and help make it even better
than it is today! See our
[Contributing Guidelines](https://github.com/openthread/openthread/blob/main/CONTRIBUTING.md)
for more information.

Contributors are required to abide by our
[Code of Conduct](https://github.com/openthread/openthread/blob/main/CODE_OF_CONDUCT.md)
and
[Coding Conventions and Style Guide](https://github.com/openthread/openthread/blob/main/STYLE_GUIDE.md).

# License

OpenThread is released under the
[BSD 3-Clause license](https://github.com/openthread/ot-nrf528xx/blob/main/LICENSE).
See the [`LICENSE`](https://github.com/openthread/ot-nrf528xx/blob/main/LICENSE)
file for more information.

Please only use the OpenThread name and marks when accurately referencing this
software distribution. Do not use the marks in a way that suggests you are
endorsed by or otherwise affiliated with Nest, Google, or The Thread Group.

# Need help?

OpenThread support is available on GitHub:

- Bugs and feature requests pertaining to the OpenThread on NXP platforms —
[submit to the openthread/ot-nxp Issue Tracker](https://github.com/openthread/ot-nxp/issues)
- OpenThread bugs and feature requests —
[submit to the OpenThread Issue Tracker](https://github.com/openthread/openthread/issues)
- Community Discussion -
[ask questions, share ideas, and engage with other community members](https://github.com/openthread/openthread/discussions)