Skip to content

Commit

Permalink
Bump SDK 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Jul 28, 2023
1 parent d8eb9cb commit 5c8742b
Show file tree
Hide file tree
Showing 3 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.3.0",
"image": "ghcr.io/darkxst/silabs-firmware-builder:4.3.1",

"containerEnv": {
"GECKO_SDK_VERSION": "v4.3.0"
"GECKO_SDK_VERSION": "v4.3.1"
}
// 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.3.0
sdk_version: 4.3.1

jobs:
build-container:
Expand All @@ -26,8 +26,8 @@ jobs:
packages: write
outputs:
sdk_version: ${{ env.sdk_version }}
ot_version: 2.3.0.0
ezsp_version: 7.3.0.0
ot_version: 2.3.1.0
ezsp_version: 7.3.1.0
steps:
- uses: actions/checkout@v3.3.0
- name: Log in to the GitHub container registry
Expand Down Expand Up @@ -178,7 +178,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.0.0_GitHub-dae3ff2c5\" }"
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.3.1.0_GitHub-e6df00dd6\" }"

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 @@ -46,7 +46,7 @@ RUN \

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

ARG GECKO_SDK_VERSION="v4.3.0"
ARG GECKO_SDK_VERSION="v4.3.1"

RUN \
git clone --depth 1 -b ${GECKO_SDK_VERSION} \
Expand Down

0 comments on commit 5c8742b

Please sign in to comment.