Skip to content

Commit

Permalink
[NXP][examples][rt1060] Update empty button registration path
Browse files Browse the repository at this point in the history
Signed-off-by: marius-alex-tache <[email protected]>
  • Loading branch information
marius-alex-tache authored and jby-nxp committed Oct 3, 2024
1 parent 021e3a0 commit c2c5190
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion examples/all-clusters-app/nxp/rt/rt1060/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ rt_executable("all_cluster_app") {
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
"${common_example_dir}/app_task/source/AppTaskBase.cpp",
"${common_example_dir}/app_task/source/AppTaskFreeRTOS.cpp",
"${common_example_dir}/matter_button/source/AppMatterButton.cpp",
"${common_example_dir}/matter_button/source/ButtonDefault.cpp",
"${common_example_dir}/matter_button/source/ButtonManager.cpp",
"${common_example_dir}/matter_button/source/ButtonRegistrationDefault.cpp",
"${chip_root}/examples/platform/nxp/${nxp_platform}/factory_data/source/AppFactoryDataExample.cpp",

]
Expand Down
4 changes: 3 additions & 1 deletion examples/laundry-washer-app/nxp/rt/rt1060/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ rt_executable("laundry-washer") {
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
"${common_example_dir}/app_task/source/AppTaskBase.cpp",
"${common_example_dir}/app_task/source/AppTaskFreeRTOS.cpp",
"${common_example_dir}/matter_button/source/AppMatterButton.cpp",
"${common_example_dir}/matter_button/source/ButtonDefault.cpp",
"${common_example_dir}/matter_button/source/ButtonManager.cpp",
"${common_example_dir}/matter_button/source/ButtonRegistrationDefault.cpp",
"${chip_root}/examples/platform/nxp/${nxp_platform}/factory_data/source/AppFactoryDataExample.cpp",

]
Expand Down
4 changes: 3 additions & 1 deletion examples/thermostat/nxp/rt/rt1060/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ rt_executable("thermostat") {
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
"${common_example_dir}/app_task/source/AppTaskBase.cpp",
"${common_example_dir}/app_task/source/AppTaskFreeRTOS.cpp",
"${common_example_dir}/matter_button/source/AppMatterButton.cpp",
"${common_example_dir}/matter_button/source/ButtonDefault.cpp",
"${common_example_dir}/matter_button/source/ButtonManager.cpp",
"${common_example_dir}/matter_button/source/ButtonRegistrationDefault.cpp",
"${chip_root}/examples/platform/nxp/${nxp_platform}/factory_data/source/AppFactoryDataExample.cpp",

]
Expand Down

0 comments on commit c2c5190

Please sign in to comment.