Skip to content

Commit

Permalink
silabs-multiprotocol: Update to Gecko SDK v4.2.3 (home-assistant#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored May 8, 2023
1 parent 8f70d52 commit 7656175
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions silabs-multiprotocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.2

- Use Silicon Labs Gecko SDK 4.2.3
- Avoid starting mdnsd when OpenThread Border Router is not enabled

## 1.1.1

- Bugfix: bump universal SiLabs flasher to 0.0.12 for amd64
Expand Down
2 changes: 1 addition & 1 deletion silabs-multiprotocol/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ build_from:
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
args:
CPCD_VERSION: v4.2.2
GECKO_SDK_VERSION: v4.2.2
GECKO_SDK_VERSION: v4.2.3
UNIVERSAL_SILABS_FLASHER: 0.0.12
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: 1.1.1
version: 1.1.2
slug: silabs_multiprotocol
name: Silicon Labs Multiprotocol
description: Zigbee and OpenThread multiprotocol add-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
# Assume to run on Yellow if UART4 is mapped to ttyAMA1
if [ -d /sys/devices/platform/soc/fe201800.serial/tty/ttyAMA1 ] && [ "${device}" == "/dev/ttyAMA1" ]; then
bashio::log.info "Detected Home Assistant Yellow"
firmware="NabuCasa_Yellow_RCP_v4.2.2_rcp-uart-hw-802154_460800.gbl"
firmware="NabuCasa_Yellow_RCP_v4.2.3_rcp-uart-hw-802154_460800.gbl"
gpio_reset_flag="--yellow-gpio-reset"
else
# Check device manufacturer/product information
Expand All @@ -46,7 +46,7 @@ else

bashio::log.info "Checking ${device} identifying ${usb_product} from ${usb_manufacturer}."
if [[ "${usb_manufacturer}" == "Nabu Casa" && "${usb_product}" == "SkyConnect"* ]]; then
firmware="NabuCasa_SkyConnect_RCP_v4.2.2_rcp-uart-hw-802154_460800.gbl"
firmware="NabuCasa_SkyConnect_RCP_v4.2.3_rcp-uart-hw-802154_460800.gbl"
else
exit_no_firmware
fi
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 7656175

Please sign in to comment.