Skip to content

Commit

Permalink
add 8.0.2 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Nov 5, 2024
1 parent fcaf5f9 commit 2faf0fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ RUN \
&& unzip -q -d simplicity_sdk_2024.6.0 simplicity_sdk_2024.6.0.zip \
&& rm simplicity_sdk_2024.6.0.zip

# Simplicity SDK 2024.6.2
RUN \
curl -o simplicity_sdk_2024.6.2.zip -L https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.2/gecko-sdk.zip \
&& 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.2
RUN \
curl -o gecko_sdk_4.4.2.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2/gecko-sdk.zip \
Expand Down
6 changes: 3 additions & 3 deletions src/ncp-uart-hw/.cproject

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ncp-uart-hw/ncp-uart-hw.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:
- {path: main.c}
- {path: app.c}
tag: [prebuilt_demo]
sdk: {id: simplicity_sdk, version: 2024.6.0}
sdk: {id: simplicity_sdk, version: 2024.6.2}
toolchain_settings: []
component:
- {id: EFR32MG21A010F1024IM32}
Expand Down
2 changes: 1 addition & 1 deletion src/ncp-uart-hw/ncp-uart-hw.slps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ASCII"?>
<model:MDescriptors xmlns:model="http://www.silabs.com/ss/Studio.ecore">
<descriptors name="ncp-uart-hw">
<properties key="projectCommon.sdkId" value="com.silabs.sdk.stack.sisdk:2024.6.0._125087053"/>
<properties key="projectCommon.sdkId" value="com.silabs.sdk.stack.sisdk:2024.6.2._125087053"/>
<properties key="universalConfig.relativeWorkspacePath" value="../ncp-uart-hw.slcw"/>
<properties key="universalConfig.generationDirectory" value=""/>
<properties key="universalConfig.toolchainCompatibility" value="iar gcc"/>
Expand Down

0 comments on commit 2faf0fd

Please sign in to comment.