Skip to content

Commit 1ee4fa1

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 3b04a8e commit 1ee4fa1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/platforms/silabs/silabs_matter_aws_build_guide.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
- To enable DIC functionality use the `enable_matter_aws=true` flag.
66

7-
````
8-
9-
### Here is an example to build the lighting-app with DIC for the SiWx917 SoC
10-
11-
```shell
12-
./scripts/examples/gn_silabs_example.sh examples/lighting-app/silabs/ out/debug BRD4338A enable_matter_aws=true chip_enable_wifi_ipv4=true
13-
````
147

158
## Compile using new/different certificates
169

@@ -24,7 +17,7 @@
2417
- provide device_certificate and device_key with your device cert and
2518
device key. Refer
2619
[Openssl Device Certificate Creation](#matter--aws-device-openssl-keys-generation)
27-
- Add your AWS server and Clinet ID in file
20+
- Add your AWS server and Client ID in file
2821
`examples/platform/silabs/matter_aws/matter_aws_interface/include/MatterAwsConfig.h`
2922
- Provide `MATTER_AWS_SERVER_HOST` with your AWS Server name
3023
- provide `MATTER_AWS_CLIENT_ID` with your device/thing ID

docs/platforms/silabs/silabs_matter_aws_guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Matter Wi-Fi + AWS Component
22

3-
- Matter+AWS is a silabs only feature to connect matter devices to proprietary
4-
cloud solutions(AWS,GCP,APPLE ...) directly.As such, a Matter Wi-Fi device
3+
cloud solutions(AWS,GCP,APPLE ...) directly. As such, a Matter Wi-Fi device
54
must support connecting locally on the Matter Fabric, via IPv6, and
65
connecting to the Internet via IPv4.
76
- Matter devices can be controlled by chip-tool or controller and the

0 commit comments

Comments
 (0)