Skip to content

Commit

Permalink
Merge pull request #158 from darkxst/4.4.5
Browse files Browse the repository at this point in the history
Bump Gecko SDK v4.4.5
  • Loading branch information
darkxst authored Nov 27, 2024
2 parents 6c75f0a + 51a9862 commit fb33727
Show file tree
Hide file tree
Showing 64 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "Silabs Firmware Builder",
"image": "ghcr.io/darkxst/silabs-firmware-builder:4.4.4",
"image": "ghcr.io/darkxst/silabs-firmware-builder:4.4.5",

"containerEnv": {
"GECKO_SDK_VERSION": "v4.4.4"
"GECKO_SDK_VERSION": "v4.4.5"
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
sdk_version: 4.4.4
sdk_version: 4.4.5

jobs:
build-container:
Expand All @@ -26,8 +26,8 @@ jobs:
packages: write
outputs:
sdk_version: ${{ env.sdk_version }}
ot_version: 2.4.4.0
ezsp_version: 7.4.4.0
ot_version: 2.4.5.0
ezsp_version: 7.4.5.0
steps:
- uses: actions/[email protected]
- name: Log in to the GitHub container registry
Expand Down Expand Up @@ -157,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.4.4.0_GitHub-7074a43e4\" }"
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.4.5.0_GitHub-797150858\" }"

collect_artifacts:
name: download and publish all artifacts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN \

ENV PATH="$PATH:/opt/arm-gnu-toolchain-${GCC_ARM_VERSION}-x86_64-arm-none-eabi/bin"

ARG GECKO_SDK_VERSION="v4.4.4"
ARG GECKO_SDK_VERSION="v4.4.5"

RUN \
git clone --depth 1 -b ${GECKO_SDK_VERSION} \
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions manifests/slzb-07Mg24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "SLZB-07Mg24",
"target": "slzb-07mg24",
"device": "EFR32MG24A020F1024IM40",
"ncp-uart-hw": {
"configuration": {
"EMBER_APS_UNICAST_MESSAGE_COUNT":32,
"EMBER_PACKET_BUFFER_COUNT":255
}
}
}

0 comments on commit fb33727

Please sign in to comment.