-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[portinglayer] laundrywasher implementation #153
Conversation
xshuqun
commented
Aug 24, 2023
- add laundrywasher example in portinglayer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opstate_driver.cpp, opstate_driver.h, matter_drivers.cpp: Can change the style of pointer and reference declaration, not urgent
lib_chip_laundrywasher_core.mk, lib_chip_laundrywasher_mian.mk: Clean the commented out line, I am not sure if it was intended to be left here or forget to delete
zap file not tested yet
component/common/application/matter/example/laundrywasher/matter_drivers.cpp
Outdated
Show resolved
Hide resolved
component/common/application/matter/example/laundrywasher/matter_drivers.cpp
Show resolved
Hide resolved
component/common/application/matter/example/laundrywasher/lib_chip_laundrywasher_core.mk
Show resolved
Hide resolved
component/common/application/matter/example/laundrywasher/lib_chip_laundrywasher_main.mk
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer a placeholder implementation
* add laundrywasher example in portinglayer
* remove placeholder implementation comment * style check on pointer declaration and reference declaration