forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprj_ota.conf
34 lines (29 loc) · 1.38 KB
/
prj_ota.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Copyright (c) 2024 Project CHIP Authors
# All rights reserved.
#
# 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.
#
# Options needed for OTA are located on this file
# This file should contain only options specific for this sample
# or overrides the default ones.
CONFIG_CHIP_OTA_REQUESTOR=y
# To generate an OTA image based on the application
CONFIG_CHIP_OTA_IMAGE_BUILD=y
# By default, MCUBOOT bootloader uses a signature key provided in their repository.
# Change the key to the appropriate one.
# Note: You need to use the same signature key used by MCUBOOT, i.e BOOT_SIGNATURE_KEY_FILE.
# Default CONFIG_BOOT_SIGNATURE_KEY_FILE is defined in config/nxp/app/bootloader.conf
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="./bootloader/mcuboot/root-rsa-2048.pem"
# To enable SoftwareDiagnostics cluster's feature WTRMRK on endpoint 0
CONFIG_CHIP_MALLOC_SYS_HEAP_WATERMARKS_SUPPORT=y