Skip to content

Commit

Permalink
Merge pull request #126 from darkxst/4.4.4
Browse files Browse the repository at this point in the history
4.4.4
  • Loading branch information
darkxst authored Sep 15, 2024
2 parents d1467db + 0c3785a commit dbdba94
Show file tree
Hide file tree
Showing 51 changed files with 7 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.3",
"image": "ghcr.io/darkxst/silabs-firmware-builder:4.4.4",

"containerEnv": {
"GECKO_SDK_VERSION": "v4.4.3"
"GECKO_SDK_VERSION": "v4.4.4"
}
// 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.3
sdk_version: 4.4.4

jobs:
build-container:
Expand All @@ -26,8 +26,8 @@ jobs:
packages: write
outputs:
sdk_version: ${{ env.sdk_version }}
ot_version: 2.4.3.0
ezsp_version: 7.4.3.0
ot_version: 2.4.4.0
ezsp_version: 7.4.4.0
steps:
- uses: actions/checkout@v3.3.0
- 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.3.0_GitHub-7074a43e4\" }"
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.4.4.0_GitHub-7074a43e4\" }"

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.3"
ARG GECKO_SDK_VERSION="v4.4.4"

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.

0 comments on commit dbdba94

Please sign in to comment.