-
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.
[sdk] update to Simplicity SDK v2024.6.0 (#918)
* [sdk] add Simplicity SDK for Series 2+ parts Update PAL * [slc] remove usage of daemon mode Using daemon mode causes issues when developing SLC components * [slc] add `ot_efr32` version of `ot_headers` As part of SBOM work, openthread headers were pulled out of SLC components which referenced mostly Silabs code and consolidated into the `ot_headers` component. A requirement for `ot_headers` was then added to affected components. This requirement causes ALL OpenThread headers to be added to any component which previously only required a subset of the headers. In the context of ot-efr32 builds, this causes SLC generation failures as the CMake platform library definitions will now reference all openthread headers in `ot_headers`, which may or may not match up (ex. deleted) with the version of OpenThread checked out in the `openthread` submodule in ot-efr32. This commit adds an ot-efr32 version of `ot_headers` which fixes the issue by pulling in only required headers instead of all headers in the `simplicity_sdk` version of `ot_headers`. * [script] misc. script improvements
- Loading branch information
Showing
60 changed files
with
2,438 additions
and
3,480 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "openthread"] | ||
path = openthread | ||
url = https://github.com/openthread/openthread.git | ||
[submodule "third_party/silabs/gecko_sdk"] | ||
path = third_party/silabs/gecko_sdk | ||
url = https://github.com/SiliconLabs/gecko_sdk.git | ||
[submodule "third_party/silabs/simplicity_sdk"] | ||
path = third_party/silabs/simplicity_sdk | ||
url = https://github.com/SiliconLabs/simplicity_sdk.git |
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
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" | ||
description: "ot-efr32 extension for Simplicity SDK Suite" | ||
label: "Silicon Labs OpenThread" | ||
sdk: | ||
id: gecko_sdk | ||
version: 4.4.0 | ||
id: simplicity_sdk | ||
version: 2024.6.0 | ||
component_path: | ||
- path: third_party/silabs/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
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.