Skip to content

Commit

Permalink
Bump to Gecko SDK 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 30, 2024
1 parent 68c47d4 commit 8f1b771
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ RUN \
&& unzip -q -d simplicity_sdk_2024.6.2 simplicity_sdk_2024.6.2.zip \
&& rm simplicity_sdk_2024.6.2.zip

# Gecko SDK 4.4.4
# Gecko SDK 4.4.5
RUN \
curl -o gecko_sdk_4.4.4.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.4/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.4 gecko_sdk_4.4.4.zip \
&& rm gecko_sdk_4.4.4.zip
curl -o gecko_sdk_4.4.5.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.5/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.5 gecko_sdk_4.4.5.zip \
&& rm gecko_sdk_4.4.5.zip

# ZCL Advanced Platform (ZAP) v2024.09.27
RUN \
Expand Down
2 changes: 1 addition & 1 deletion manifests/nabucasa/skyconnect_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SkyConnect Bootloader
device: EFR32MG21A020F512IM32
base_project: src/bootloader
filename: "{manifest_name}_{gecko_bootloader_version}"
sdk: "gecko_sdk:4.4.4"
sdk: "gecko_sdk:4.4.5"
toolchain: "12.2.1.20221205"

gbl:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nabucasa/skyconnect_openthread_rcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SkyConnect OpenThread RCP
device: EFR32MG21A020F512IM32
base_project: src/openthread_rcp
filename: "{manifest_name}_{ot_rcp_version.split('/')[-1]}_gsdk_{sdk_version}"
sdk: "gecko_sdk:4.4.4"
sdk: "gecko_sdk:4.4.5"
toolchain: "12.2.1.20221205"

gbl:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nabucasa/skyconnect_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SkyConnect Zigbee
device: EFR32MG21A020F512IM32
base_project: src/zigbee_ncp
filename: "{manifest_name}_{ezsp_version}"
sdk: "gecko_sdk:4.4.4"
sdk: "gecko_sdk:4.4.5"
toolchain: "12.2.1.20221205"

gbl:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nabucasa/yellow_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Yellow Bootloader
device: MGM210PA32JIA
base_project: src/bootloader
filename: "{manifest_name}_{gecko_bootloader_version}"
sdk: "gecko_sdk:4.4.4"
sdk: "gecko_sdk:4.4.5"
toolchain: "12.2.1.20221205"

gbl:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nabucasa/yellow_openthread_rcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Yellow OpenThread RCP
device: MGM210PA32JIA
base_project: src/openthread_rcp
filename: "{manifest_name}_{ot_rcp_version.split('/')[-1]}_gsdk_{sdk_version}"
sdk: "gecko_sdk:4.4.4"
sdk: "gecko_sdk:4.4.5"
toolchain: "12.2.1.20221205"

gbl:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nabucasa/yellow_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Yellow Zigbee
device: MGM210PA32JIA
base_project: src/zigbee_ncp
filename: "{manifest_name}_{ezsp_version}"
sdk: "gecko_sdk:4.4.4"
sdk: "gecko_sdk:4.4.5"
toolchain: "12.2.1.20221205"

gbl:
Expand Down

0 comments on commit 8f1b771

Please sign in to comment.