-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Realtek] Modify path of examples #41500
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
base: master
Are you sure you want to change the base?
Conversation
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.
Code Review
This pull request refactors the Realtek example paths by renaming the bee
directory to common
, making the structure more generic. This change is applied consistently across multiple example applications (all-clusters-app
, light-switch-app
, lighting-app
, lock-app
, ota-requestor-app
, thermostat
, window-app
) and the build scripts. Additionally, several README files have been updated to correct their titles and descriptions, which were previously inaccurate due to copy-pasting. The changes improve code organization and documentation clarity. I've found a few minor issues in the README files that could be addressed.
PR #41500: Size comparison from a95f163 to 158350b Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #41500 +/- ##
=======================================
Coverage 51.01% 51.01%
=======================================
Files 1386 1386
Lines 100988 100988
Branches 13081 13081
=======================================
Hits 51519 51519
Misses 49469 49469 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
add_subdirectory(${chip_dir}/third_party/pigweed/repo ${chip_dir}/examples/lighting-app/realtek/bee/out/pigweed) | ||
add_subdirectory(${chip_dir}/third_party/nanopb/repo ${chip_dir}/examples/lighting-app/realtek/bee/out/nanopb) | ||
add_subdirectory(${chip_dir}/examples/platform/realtek/pw_sys_io ${chip_dir}/examples/lighting-app/realtek/bee/out/pw_sys_io) | ||
add_subdirectory(${chip_dir}/third_party/pigweed/repo ${chip_dir}/examples/lighting-app/realtek/common/out/pigweed) |
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.
PLACEHOLDER: Please merge master in your branch and fix conflicts. Merging is blocked by conflicts on a couple build files.
Summary
Modify the path name of Realtek examples.
Testing
Tested manually by building these apps with latest docker container.