forked from NabuCasa/silabs-firmware-builder
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from darkxst/4.4.0
Bump GeckoSDK for 4.4.0
- Loading branch information
Showing
22 changed files
with
502 additions
and
532 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
sdk_version: 4.3.2 | ||
sdk_version: 4.4.0 | ||
|
||
jobs: | ||
build-container: | ||
|
@@ -26,8 +26,8 @@ jobs: | |
packages: write | ||
outputs: | ||
sdk_version: ${{ env.sdk_version }} | ||
ot_version: 2.3.2.0 | ||
ezsp_version: 7.3.2.0 | ||
ot_version: 2.4.0.0 | ||
ezsp_version: 7.4.0.0 | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Log in to the GitHub container registry | ||
|
@@ -85,6 +85,7 @@ jobs: | |
components: ${{ matrix.components }} | ||
configuration: ${{ matrix.configuration }} | ||
patchpath: "EmberZNet/${{ matrix.name }}" | ||
slcp_yaml_changes: ${{ matrix.slcp_yaml_changes }} | ||
extra_c_defs: ${{ matrix.extra_c_defs }} | ||
sdk_version: ${{ needs.build-container.outputs.sdk_version}} | ||
metadata_fw_type: "ncp-uart-hw" | ||
|
@@ -115,9 +116,11 @@ jobs: | |
project_name: "rcp-uart-802154" | ||
device: ${{ matrix.device }} | ||
components: ${{ matrix.components }} | ||
without_components: ${{ matrix.without_components }} | ||
configuration: ${{ matrix.configuration }} | ||
patchpath: "RCPMultiPAN/${{ matrix.name }}" | ||
sdkpatchpath: "RCPMultiPAN/GeckoSDK" | ||
slcp_yaml_changes: ${{ matrix.slcp_yaml_changes }} | ||
extra_c_defs: ${{ matrix.extra_c_defs }} | ||
sdk_version: ${{ needs.build-container.outputs.sdk_version}} | ||
baudrate: ${{ matrix.baudrate }} | ||
|
@@ -154,7 +157,7 @@ jobs: | |
sdk_version: ${{ needs.build-container.outputs.sdk_version}} | ||
metadata_fw_type: "ot-rcp" | ||
baudrate: ${{ matrix.baudrate }} | ||
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.3.2.0_GitHub-e6df00dd6\" }" | ||
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.4.0.0_GitHub-7074a43e4\" }" | ||
|
||
collect_artifacts: | ||
name: download and publish all artifacts | ||
|
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 @@ | ||
.DS_Store |
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
188 changes: 0 additions & 188 deletions
188
OpenThreadRCP/GeckoSDK/0001-third_party-openthread-Support-reset-into-bootloader.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.