mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 22:00:19 +00:00
f2f8a7a0fc
This change includes the addition of two new platform API functions: * `otPlatReset()` * `otPlatGetResetReason()` They are pretty straightforward. Every platform must implement both, but `otPlatReset()` is allowed to simply return if the platform doesn't support being reset (like the posix platform). This commit addresses issue #283.