-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ota-requestor] Add generic OTA requestor driver (#13210)
* [ota-requestor] Add generic OTA requestor driver 1. Extend OTARequestorDriver interface so it can be notified of various OTA Requestor operations. 2. Use OTARequestorDriver in OTARequestor to report results of operations. 3. Implement GenericOTARequestorDriver that provides default behavior for handling OTARequestor events. For example, it respects DelayedActionTime arguments. 4. Use the driver in existing examples. * Restyled by whitespace Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
17520c3
commit eab67b3
Showing
20 changed files
with
423 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.