-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QPG] QPG SDK feature updates (#25715)
* 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. (#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 <nikita.solianik@qorvo.com> Co-authored-by: lucicop <lucian.copat@qorvo.com> Co-authored-by: Adam Bodurka <adam.bodurka@qorvo.com> Co-authored-by: Milan Radovanovic <milan.radovanovic@qorvo.com> Co-authored-by: Dieter Van der Meulen <dieter.van.der.meulen@qorvo.com> Co-authored-by: Frank Ngai <frank.ngai@qorvo.com> Co-authored-by: Brecht Van Cauwenberghe <brecht.van.cauwenberghe@qorvo.com> Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
1 parent
974f620
commit 8425d28
Showing
33 changed files
with
24,451 additions
and
338 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright (c) 2020 Project CHIP Authors | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
import("//build_overrides/chip.gni") | ||
import("${chip_root}/examples/common/pigweed/pigweed_rpcs.gni") | ||
import("${chip_root}/src/app/chip_data_model.gni") | ||
|
||
chip_data_model("zap") { | ||
zap_file = "light.zap" | ||
|
||
zap_pregenerated_dir = | ||
"${chip_root}/zzz_generated/lighting-app/qpg/zap-generated" | ||
is_server = true | ||
} |
Oops, something went wrong.