Skip to content

Commit 3c2c9c0

Browse files
committed
Added date and spelling mistake changes
1 parent c8008ce commit 3c2c9c0

21 files changed

+37
-37
lines changed

examples/refrigerator-app/asr/src/DeviceCallbacks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* All rights reserved.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

examples/refrigerator-app/linux/.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/linux/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/linux/args.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/refrigerator-common/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/README.md

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Matter EFR32 Refrigerator and Teamprature Controlled Example
22

3-
An example showing the use of CHIP on the Silicon Labs EFR32 MG24.
3+
An example showing the use of CHIP on the Silicon Labs EFR32 MG24 and SiWx917
4+
Wi-Fi Boards.
45

56
<hr>
67

7-
- [Matter EFR32 Refrigerator and Teamprature Controlled Example](#matter-efr32-refrigerator-and-teamprature-controlled-example)
8-
- [Introduction](#introduction)
9-
- [Building](#building)
10-
- [Flashing the Application](#flashing-the-application)
11-
- [Viewing Logging Output](#viewing-logging-output)
12-
- [Running the Complete Example](#running-the-complete-example)
13-
- [Notes](#notes)
14-
- [OTA Software Update](#ota-software-update)
15-
- [Building options](#building-options)
16-
- [Disabling logging](#disabling-logging)
17-
- [Debug build / release build](#debug-build--release-build)
18-
- [Disabling LCD](#disabling-lcd)
19-
- [KVS maximum entry count](#kvs-maximum-entry-count)
8+
- [Matter EFR32 Refrigerator and Teamprature Controlled Example](#matter-efr32-refrigerator-and-teamprature-controlled-example)
9+
- [Introduction](#introduction)
10+
- [Building](#building)
11+
- [Flashing the Application](#flashing-the-application)
12+
- [Viewing Logging Output](#viewing-logging-output)
13+
- [Running the Complete Example](#running-the-complete-example)
14+
- [Notes](#notes)
15+
- [OTA Software Update](#ota-software-update)
16+
- [Building options](#building-options)
17+
- [Disabling logging](#disabling-logging)
18+
- [Debug build / release build](#debug-build--release-build)
19+
- [Disabling LCD](#disabling-lcd)
20+
- [KVS maximum entry count](#kvs-maximum-entry-count)
2021

2122
<hr>
2223

@@ -30,8 +31,8 @@ An example showing the use of CHIP on the Silicon Labs EFR32 MG24.
3031

3132
The Refrigerator and Temperature Controlled example provides a baseline
3233
demonstration of a Temperature Controlled Cabinet device, built using Matter and
33-
the Silicon Labs Gecko SDK. It can be controlled by a Chip controller over an
34-
Openthread or Wi-Fi network.
34+
the Silicon Labs Simplicity SDK. It can be controlled by a Chip controller over
35+
an Openthread or Wi-Fi network.
3536

3637
The Refrigerator device can be commissioned over Bluetooth Low Energy (BLE),
3738
where the device and the Chip controller will exchange security information

examples/refrigerator-app/silabs/build_for_wifi_args.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/build_for_wifi_gnfile.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/data_model/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/include/AppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* Copyright (c) 2019 Google LLC.
55
* All rights reserved.
66
*

examples/refrigerator-app/silabs/include/AppEvent.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* Copyright (c) 2018 Nest Labs, Inc.
55
* All rights reserved.
66
*
@@ -54,4 +54,3 @@ struct AppEvent
5454

5555
EventHandler Handler;
5656
};
57-

examples/refrigerator-app/silabs/include/AppTask.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* Copyright (c) 2019 Google LLC.
55
* All rights reserved.
66
*

examples/refrigerator-app/silabs/include/CHIPProjectConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* Copyright (c) 2019 Google LLC.
55
* All rights reserved.
66
*

examples/refrigerator-app/silabs/include/RefrigeratorUI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* All rights reserved.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

examples/refrigerator-app/silabs/openthread.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/openthread.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Project CHIP Authors
1+
# Copyright (c) 2024 Project CHIP Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/refrigerator-app/silabs/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* Copyright (c) 2019 Google LLC.
55
* All rights reserved.
66
*

examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* Copyright (c) 2019 Google LLC.
55
* All rights reserved.
66
*

examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
* All rights reserved.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

examples/refrigerator-app/silabs/src/ZclCallbacks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (c) 2020 Project CHIP Authors
3+
* Copyright (c) 2024 Project CHIP Authors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)