Lukas Zeller

Results 9 issues of Lukas Zeller

**tl;dr bridged devices do have meaningful node labels - iOS just names all bridged devices "Matter Accessory 1..n". My guess: is iOS maybe looking for a `basic` cluster in bridged...

darwin

### Reproduction steps 1. commission a bridge which contains one or multiple bridged devices (e.g. the `bridge-app` example) 2. during commissioning, Home.app UI walks though all bridged devices and offers...

darwin

Add `zap_clusters_with_custom_implementation` option to `chip_data_model()` template, which allows to list clusters that need to be available in a device, but don't use the standard implementation in `src/app/clusters//.cpp`. # Usage To...

app
POSTPONED past 1.0

This is needed in particular when running pagekite.py as a frontend server on debian >=11, where the cipherlist must be set to `DEFAULT@SECLEVEL=1` to allow current (at the time of...

This PR originates from the discussion in #28166 and solves two problems when working with dynamic endpoints, as is the case in bridge-type apps. There is no change in behaviour...

documentation
examples
scripts
transport
platform
darwin
esp32
nrf connect
zephyr
lib
inet
crypto
app
config
github
workflows
review - pending
telink
tests
messaging
protocols

… in case IRQ response time is not fast enough. [Hi Chris - I know it's been a while since you wrote this. However, in my search of a really...

- occasionally, with higher probability on faster/multicore systems - like: never crashed in years on RPi B+, crashed 95% of all startup attempts on Rpi3 or Rpi4

I am using cebe-markdown for rendering my firmware release notes for quite a while now. For that, I had to add a few enhancements, and intended to make PRs out...

Maintainer: @karlp Compile tested: bcm27xx, Rpi3, 22.03.7 Run tested: bcm27xx, Rpi3, 22.03.7 Observation: - programs using libpagekitec did crash with SIGSEGV on startup on RPi3,4 while having worked fine for...

fix