Skip to content

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 1, 2023
1 parent 707f1cb commit 4ff168f
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 23 deletions.
5 changes: 3 additions & 2 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
- [nRF Connect - Software Update](./nrfconnect_examples_software_update.md)
- [NXP - Android Commissioning](./nxp_k32w_android_commissioning.md)
- [NXP - Linux Examples](./nxp_imx8m_linux_examples.md)
- [Silicon Labs - Documentation](https://github.com/SiliconLabs/matter#readme)
- [Silicon Labs - Building](./silabs_efr32_building.md)
- [Silicon Labs - Documentation](https://siliconlabs.github.io/matter/latest/index.html)
- [Silicon Labs - Getting Started](./silabs_getting_started.md)
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
- [STMicroelectronics (STM32)](./stm32_getting_started_guide.md)
- [TI - Platform Overview](./ti/ti_platform_overview.md)
- [Open IoT SDK - Platform Overview](./openiotsdk_platform_overview.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/darwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Example:
- [Infineon CYW30739 Lighting](/examples/lighting-app/infineon/cyw30739/README.md)
- [Infineon PSoC6](/examples/all-clusters-app/infineon/psoc6/README.md)
- [Qorvo](/examples/lighting-app/qpg/README.md)
- [SiliconLabs](./silabs_efr32_building.md)
- [Silicon Labs](./silabs_getting_started.md)
- [Simulated Linux](./simulated_device_linux.md)
- [Telink](/examples/lighting-app/telink/README.md)
- [TI Platform](./ti/ti_platform_overview.md)
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ ti/ti_platform_overview
- [NXP - Android Commissioning](./nxp_k32w_android_commissioning.md)
- [NXP - Linux Examples](./nxp_imx8m_linux_examples.md)
- [NXP - Manufacturing Data](./nxp_manufacturing_flow.md)
- [Silicon Labs - Documentation](https://github.com/SiliconLabs/matter#readme)
- [Silicon Labs - Building](./silabs_efr32_building.md)
- [Silicon Labs - Documentation](https://siliconlabs.github.io/matter/latest/index.html)
- [Silicon Labs - Getting Started](./silabs_getting_started.md)
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
- [TI - Platform Overview](./ti/ti_platform_overview.md)

## Tool Guides
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/silabs_common_app_behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The source files that implement the common functionnality can be found in the [e
- [Application Button](#application-button)
- [LEDs](#leds)
- [Status LED](#status-led)
- [Application LED ](#application-led)
- [Application LED](#application-led)

## LCD Screens

Expand Down Expand Up @@ -62,7 +62,7 @@ The following list explicits the information that is unique to Wi-Fi devices.

All sample applications are designed to work with two buttons : the application button and the operation button.
Button 0, BTN0, is the operation button and Button 1, BTN1 is the application button.
>**Note:** Sparkfun dev kit (BRD2704A) does not have any buttons. The [Matter Shell](.) is required to leverage button functionnalities.
>**Note:** Sparkfun dev kit (BRD2704A) does not have any buttons.
### Operation Button

Expand Down
20 changes: 10 additions & 10 deletions docs/guides/silabs_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ sample app.

- [Introduction](#introduction)
- [Requirements](#Requirements)
- [Hardware Requirements](#Hardware-Requirements)
- [Software Requirements](#Software-Requirements)
- [Software Artificats](#Software-Artificats)
- [Building](#Building)
- [Build Script](#Build-Script)
- [Build Arguments](#device-tracing)
- [Flashing](#Flashing)
- [Flasher Arguments](#Flasher-Arguments)
- [Requirements](#requirements)
- [Hardware Requirements](#hardware-requirements)
- [Software Requirements](#software-requirements)
- [Software Artificats](#software-artificats)
- [Building](#building)
- [Build Script](#build-script)
- [Build Arguments](#build-arguments)
- [Flashing](#flashing)
- [Flasher Arguments](#flasher-arguments)
- [Standard Application Behavior](#standard-application-behavior)

## Requirements
Expand Down Expand Up @@ -157,7 +157,7 @@ Here is a list of some of the GN arguments that can be added the build command.
| efr32_sdk_root | Location for an alternate Gecko SDK | ./third_party/silabs/gecko_sdk |
| enable_heap_monitoring | Monitor & log memory usage at runtime | false |
| enable_openthread_cli | Enables the OpenThread cli without the Matter Shell | true |
| kvs_max_entries | Set the maxium KVS entries that can be stored in NVM <br /> Thresholds: 30 <= kvs_max_entries <= 255 | 75 |
| kvs_max_entries | Set the maxium KVS entries that can be stored in NVM <br /> Thresholds: 30 <= kvs_max_entries <= 255 | 255 |
| chip_enable_icd_server | Configure device as an Intermitently connected device <br /> For Thread builds, chip_openthread_ftd must be set to false. | false
| disable_lcd | Disable the LCD on devices with an LCD | false |
| show_qr_code | Enables QR code on LCD for devices with an LCD | true |
Expand Down
2 changes: 1 addition & 1 deletion third_party/imgui/repo
2 changes: 1 addition & 1 deletion third_party/mbedtls/repo
Submodule repo updated from e44be6 to 60dcdd
2 changes: 1 addition & 1 deletion third_party/nanopb/repo
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 42 files
+1 −1 .github/workflows/fuzz.yml
+6 −6 .github/workflows/otbr.yml
+6 −6 .github/workflows/otns.yml
+9 −9 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+14 −13 .github/workflows/simulation-1.1.yml
+13 −13 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/toranj.yml
+1 −1 .github/workflows/unit.yml
+57 −20 CODE_OF_CONDUCT.md
+11 −0 examples/apps/cli/main.c
+11 −0 examples/apps/ncp/main.c
+38 −8 include/openthread/border_routing.h
+1 −1 include/openthread/instance.h
+22 −0 include/openthread/message.h
+2 −0 src/cli/BUILD.gn
+1 −0 src/cli/CMakeLists.txt
+38 −2 src/cli/README_BR.md
+4 −447 src/cli/cli.cpp
+5 −39 src/cli/cli.hpp
+63 −8 src/cli/cli_br.cpp
+3 −0 src/cli/cli_br.hpp
+530 −0 src/cli/cli_link_metrics.cpp
+128 −0 src/cli/cli_link_metrics.hpp
+375 −0 src/cli/cli_srp_client.cpp
+10 −0 src/core/api/border_routing_api.cpp
+2 −2 src/core/api/ip6_api.cpp
+7 −0 src/core/api/message_api.cpp
+133 −28 src/core/border_router/routing_manager.cpp
+37 −6 src/core/border_router/routing_manager.hpp
+2 −2 src/core/config/ip6.h
+11 −3 src/core/net/ip6.cpp
+8 −0 src/core/net/nd6.hpp
+76 −131 src/core/thread/mlr_manager.cpp
+40 −48 src/core/thread/mlr_manager.hpp
+1 −1 src/core/utils/link_metrics_manager.hpp
+1 −0 src/lib/platform/BUILD.gn
+1 −0 src/lib/platform/exit_code.h
+8 −3 src/lib/spinel/radio_spinel.hpp
+0 −1 src/posix/main.c
+2 −0 src/posix/platform/spi_interface.cpp
+347 −25 tests/unit/test_routing_manager.cpp
2 changes: 1 addition & 1 deletion third_party/ot-br-posix/repo
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 234 files

0 comments on commit 4ff168f

Please sign in to comment.