Andrei Litvin

Results 159 comments of Andrei Litvin
trafficstars

> > Requestion changes: use a build setup as other platforms: > > > > * separate docker file and chip-build-vscode update > > * make sure the SDK files...

PR #32632: Size comparison from b6f8e4f5161618497de9e10ccda438b326aeedb2 to afd568c83eadc30713b281c0c6533a92e52d8f9c Increases (20 builds for cc13x4_26x4, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, stm32, telink) | platform | target | config | section |...

From my tests, https://github.com/project-chip/connectedhomeip/blob/master/data_model/clusters/Switch.xml is one example XML that has some data and is fully parseable.

https://github.com/project-chip/connectedhomeip/blob/master/data_model/clusters/LowPower.xml also seems a very trivial item.

Specifical example from the spec: all hightlighted items may or may not be set: ![image](https://github.com/project-chip/zap/assets/1832280/08cbc0ba-28bf-4ed4-8477-24bcf99bd027)

Checked offline, the existing warnings did not catch the errors in the XML I had (neither empty type nor using `uint16` instead of `int16u`)