0

The OpenThread press release

has verbage that says "OpenThread can run on Thread-capable radios and corresponding development kits from silicon providers like NXP Semiconductors and Silicon Labs."

Is this the current source and I just need to compile and start, or is this "it could have" support for NXP KW2x hardware if someone implemented a hardware abstraction layer for it?

If the latter, is there some docs or class that would be a starting point on how to add that to OpenThread?

jahess
  • 11
  • 1

1 Answers1

0

The latter. You need to implement functionality as specified in the platform API headers (x). You can find example code for posix and cc2538 platforms here.