[radio] use stack reset in RCP (#6645)

This commit makes RCP use a stack reset instead of doing a hard reset
when a reset command is received.
This commit is contained in:
jinran-google
2021-09-17 18:36:26 -07:00
committed by GitHub
parent 8841bdd38d
commit ee58635945
17 changed files with 427 additions and 35 deletions
+7
View File
@@ -550,4 +550,11 @@ bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef)
#endif // OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE
otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold)
{
OT_UNUSED_VARIABLE(aInstance);
OT_UNUSED_VARIABLE(aThreshold);
return OT_ERROR_NONE;
}
} // extern "C"