-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[QPG] QPG SDK feature updates #25715
Merged
Merged
Conversation
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
Run code formatting on main.cpp Add SED/FTD flags as part of CHIPProjectConfig.h
…SD connectivity changes
* Add fix for initial ResetCount storage + removal double init
* Enable heap sourcefile in FreeRTOS
Align Time Format Localization cluster XML to spec changes. (project-chip#25289)
* Remove unused hardware version from OTAImageProcessorImpl.cpp * Update args.gni example applications
PR #25715: Size comparison from 061f80a to df4e871 Decreases (1 build for cc32xx)
Full report (2 builds for cc32xx, mbed)
|
pullapprove
bot
requested review from
amitnj,
andy31415,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu and
chulspro
March 17, 2023 09:47
pullapprove
bot
requested review from
mlepage-google,
mrjerryjohns,
msandstedt,
nivi-apple,
robszewczyk,
saurabhst,
selissia,
sharadb-amazon,
tcarmelveilleux,
tecimovic,
tehampson,
vijs,
vivien-apple,
woody-apple,
xylophone21,
younghak-hwang and
yunhanw-google
March 17, 2023 09:47
…ighting and lock app
Restyled by clang-format Restyled by gn
tima-q
force-pushed
the
qpg/feature_update
branch
from
March 17, 2023 15:56
6bbdb95
to
332d016
Compare
andy31415
approved these changes
Mar 20, 2023
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this pull request
Mar 22, 2023
* SED support for QPG Run code formatting on main.cpp Add SED/FTD flags as part of CHIPProjectConfig.h * Improve DNS SD implementation to trigger OTA requestor init when DNS SD connectivity changes * * Adding qvIO_Init() to initialisation flow * Add fix for initial ResetCount storage + removal double init * Dynamic use of BLE task; re-trigger BLE advertising possible * Enable heap sourcefile in FreeRTOS * Added mbedtls software-only build * Rotating Device ID * Update project configurations - use versions not in official CD * Update qpg_sdk to required version * Removing lwip from examples * Add Qorvo specific ZAP files for light and lock applications Align Time Format Localization cluster XML to spec changes. (project-chip#25289) * Configure sleep mode in application * Enable sleepy for lighting and lock app by default * * Remove hardcoded length definitions from FactoryDataProvider.cpp * Remove unused hardware version from OTAImageProcessorImpl.cpp * Update args.gni example applications * Remove hardcoded CHIP header definitions in CHIPProjectConfig.h for lighting and lock app * Changing BLE max fast interval to 50ms to cope with random 0-10ms delay * Add CHIP_ROOT variable for .zap relative folder use * Add namespace to persistent-storage app * Revert ZAP template search based on env var * Restyled by whitespace Restyled by clang-format Restyled by gn --------- Co-authored-by: Nikita Solianik <[email protected]> Co-authored-by: lucicop <[email protected]> Co-authored-by: Adam Bodurka <[email protected]> Co-authored-by: Milan Radovanovic <[email protected]> Co-authored-by: Dieter Van der Meulen <[email protected]> Co-authored-by: Frank Ngai <[email protected]> Co-authored-by: Brecht Van Cauwenberghe <[email protected]> Co-authored-by: Restyled.io <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Several updates to qpg only files:
New features:
Improvements