forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### Problem `System::Layer` has redundancy in event configuration, and a confusingly-named grab-bag namespace `System::Platform::Layer` This is a standalone fragment of work toward event/threading refactoring, issue project-chip#7725. #### Change overview - Merge `CHIP_SYSTEM_CONFIG_LWIP_EVENT_OBJECT_TYPE` with `CHIP_SYSTEM_CONFIG_EVENT_OBJECT_TYPE`, and `CHIP_SYSTEM_CONFIG_LWIP_EVENT_TYPE` with `CHIP_SYSTEM_CONFIG_EVENT_TYPE`, since they serve the same purpose in LwIP and non-LwIP implementations respectively. - Remove some dead configuration code. - Move event functions from the `System::Platform::Layer` namespace (not the same kind of ‘layer’ as `System::Layer`) to a specific `System::Platform::EventSupport` namespace. - Move (Will|Did)(Init|Shutdown) functions from the `System::Platform::Layer` namespace up to `System::Platform`. #### Testing No functional changes, only renaming and pruning.
- Loading branch information
1 parent
ac9c775
commit 83548c4
Showing
13 changed files
with
109 additions
and
162 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
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
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.