Markus Becker

Results 7 issues of Markus Becker

Is the source from which the hex files available? Is the code based on Connect SDK? Zephyr?

## Required URL to the linked Repo/Org: https://cla-assistant.io/project-chip/connectedhomeip Steps to reproduce the problem: 1. User has signed CLA 2. Repo/Org has updated CLA 3. User has to sign CLA again...

help wanted
wontfix

#### Problem In a few code locations `pthread_create(&sPlatformMainThread, ...` is still used. #### Proposed Solution `pthread_create(&sPlatformMainThread, ...` could be converted to `StartEventLoopTask` according to https://github.com/project-chip/connectedhomeip/pull/11116#discussion_r739590362 as commented by @bzbarsky-apple.

V1.X

### Reproduction steps ```bash 1. Read persistence storage before level-control move-to-level 2. Perform dimming via level-control move-to-level 3. Read persistence storage after level-control move-to-level All intermediate values are persisted. This...

Interaction Model Work

… data scripts. The values are not yet used to fill the attributes of Basic Information cluster. Fixes #23253 partially

scripts
review - approved

### Reproduction steps ```bash 1. Optional attributes ProductLabel and PartNumber are not yet supported by the Nordic factory data scripts 2. The values are taken from zap. ``` ### Platform...

**Describe the bug** https://openthread.io/guides/border-router/docker#mac_or_windows has a link to Docker Toolbox (https://docs.docker.com/toolbox/) which now redirects users to https://docs.docker.com/desktop/. If the user then installs Docker Desktop and uses it, the RCP dongle...