-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the repo to work with the [Gecko SDK v4.4.0](https://github.com/SiliconLabs/gecko_sdk/releases/tag/v4.4.0) release --- # Other changes - Update scripts to install ARM GNU Toolchain 12 - `arm-none-eabi-gcc 12` is a requirement of GSDK v4.4.0 - Removed older toolchains from `Build` workflow - Add ot_stack_features_config component to ot-efr32 extension - This adds a new component that generates a config file for `SL_OPENTHREAD_STACK_FEATURES_CONFIG_FILE` - This is essentially a copy of the ot_stack_ftd/mtd/rcp components except it doesn't define a `OPENTHREAD_<DEVICE_TYPE>` macro https://github.com/SiliconLabs/gecko_sdk/blob/124fa19de8c8b3961d21c20857f7df32239786da/protocol/openthread/component/ot_stack_ftd.slcc#L21-L26 - The component also uses the [validation script](https://github.com/SiliconLabs/gecko_sdk/blob/gsdk_4.4/protocol/openthread/component/script/ot_log_validation.lua) to ensure [`ot_rtt_log`](https://github.com/SiliconLabs/gecko_sdk/blob/gsdk_4.4/protocol/openthread/component/ot_rtt_log.slcc) is in a project if the `OPENTHREAD_CONFIG_LOG_OUTPUT` is set to `OPENTHREAD_CONFIG_LOG_PLATFORM_DEFINED` - Update the `openthread` submodule to the head of `main`
- Loading branch information
Showing
30 changed files
with
717 additions
and
211 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
Submodule openthread
updated
86 files
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
id: ot-efr32 | ||
version: 0.0.1 | ||
description: "ot-efr32 extension for Gecko SDK Suite" | ||
label: "Silicon Labs Matter" | ||
label: "Silicon Labs OpenThread" | ||
sdk: | ||
id: gecko_sdk | ||
version: 4.2.1 | ||
version: 4.4.0 | ||
component_path: | ||
- path: slc/component |
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,24 @@ | ||
id: ot_stack_features_config | ||
label: Stack Features Config | ||
package: OpenThread | ||
category: OpenThread | ||
quality: production | ||
description: This component provides the OpenThread stack features configuration | ||
provides: | ||
- name: ot_stack_features_config | ||
config_file: | ||
- path: third_party/silabs/gecko_sdk/protocol/openthread/config/sl_openthread_features_config.h | ||
file_id: openthread_features | ||
unless: [ot_reference_device] | ||
- path: third_party/silabs/gecko_sdk/protocol/openthread/config/sl_openthread_reference_device_config.h | ||
file_id: openthread_features | ||
condition: [ot_reference_device] | ||
validation_helper: | ||
- path: third_party/silabs/gecko_sdk/protocol/openthread/component/script/ot_log_validation.lua | ||
define: | ||
- name: SL_OPENTHREAD_STACK_FEATURES_CONFIG_FILE | ||
value: "\"sl_openthread_features_config.h\"" | ||
unless: [ot_reference_device] | ||
- name: SL_OPENTHREAD_STACK_FEATURES_CONFIG_FILE | ||
value: "\"sl_openthread_reference_device_config.h\"" | ||
condition: [ot_reference_device] |
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
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
Oops, something went wrong.