mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 07:07:47 +00:00
Add support for the Host Power State feature. (#1772)
* Add support for the Host Power State feature. * Fix compiler ewrrors. * Fix compiler errors round 2. * Add newlines to end of file. * Address review comments. * Arrange to send the power state response again if the first attempt fails. * Fix compiler issue.
This commit is contained in:
@@ -99,6 +99,13 @@ otPlatResetReason otPlatGetResetReason(otInstance *aInstance);
|
||||
*/
|
||||
void otPlatAssertFail(const char *aFilename, int aLineNumber);
|
||||
|
||||
/**
|
||||
* This function performs a platform specific operation to wake the host MCU.
|
||||
* This is used only for NCP configurations.
|
||||
*
|
||||
*/
|
||||
void otPlatWakeHost(void);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user