Skip to content

Commit

Permalink
silabs-multiprotocol: Update to Gecko SDK v4.3.1 (home-assistant#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored and nervousapps committed Aug 28, 2023
1 parent bbf26fc commit 2e9d728
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 595 deletions.
4 changes: 4 additions & 0 deletions silabs-multiprotocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.1

- Use Silicon Labs Gecko SDK 4.3.1

## 2.3.0

- Add patch with new REST API to reset the OTBR
Expand Down
6 changes: 0 additions & 6 deletions silabs-multiprotocol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ ENV WEB_GUI=1
ENV DOCKER 1

COPY otbr-patches/0001-Avoid-writing-to-system-console.patch /usr/src
COPY otbr-patches/0001-rest-support-Thread-state-change-1866.patch /usr/src
COPY otbr-patches/0002-rest-initialize-dataset.patch /usr/src
COPY otbr-patches/0003-rest-deactive-IPv6-interface-when-disabling-the-OTBR.patch /usr/src
COPY otbr-patches/0004-rest-support-erasing-all-persistent-info-1908.patch /usr/src
COPY otbr-patches/0005-rest-support-deleting-the-dataset.patch /usr/src

Expand Down Expand Up @@ -200,9 +197,6 @@ RUN \
sudo \
&& cd ot-br-posix \
&& patch -p1 < /usr/src/0001-Avoid-writing-to-system-console.patch \
&& patch -p1 < /usr/src/0001-rest-support-Thread-state-change-1866.patch \
&& patch -p1 < /usr/src/0002-rest-initialize-dataset.patch \
&& patch -p1 < /usr/src/0003-rest-deactive-IPv6-interface-when-disabling-the-OTBR.patch \
&& patch -p1 < /usr/src/0004-rest-support-erasing-all-persistent-info-1908.patch \
&& patch -p1 < /usr/src/0005-rest-support-deleting-the-dataset.patch \
&& ln -s ../../../openthread/ third_party/openthread/repo \
Expand Down
4 changes: 2 additions & 2 deletions silabs-multiprotocol/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ build_from:
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
args:
CPCD_VERSION: v4.3.0
GECKO_SDK_VERSION: v4.3.0
CPCD_VERSION: v4.3.1
GECKO_SDK_VERSION: v4.3.1
UNIVERSAL_SILABS_FLASHER: 0.0.13
2 changes: 1 addition & 1 deletion silabs-multiprotocol/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.3.0
version: 2.3.1
slug: silabs_multiprotocol
name: Silicon Labs Multiprotocol
description: Zigbee and OpenThread multiprotocol add-on
Expand Down
Loading

0 comments on commit 2e9d728

Please sign in to comment.