platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

Is OpenThread still not supported in Zephyr RTOS? #210

Closed FlomoN closed 3 years ago

FlomoN commented 3 years ago

Hey, I would like to start a project with Zephyr RTOS and NRF52840 to play around with OpenThread, but what's holding me off is that the documentation says the OpenThread module of Zephyr RTOS is not supported in PlatformIO.

https://docs.platformio.org/en/latest/frameworks/zephyr.html#limitations

However, I also found this announcement from April 2020 that claims "native support for OpenThread module". In 9828594e7b8dcea50712af45341850cf1659031a the limitations section wasn't updated either.

Has this been forgotten?

I would really love to develop OpenThread projects with PlatformIO.

Kind Regards, FlomoN

valeros commented 3 years ago

Hi @FlomoN ! It's supported, here is an example with OpenThread enabled.