You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a default value for a particular attribute in the .zap file, the resulting generated file endpoint_config.h does not reflect the big-endian and little-endian versions correctly. They are both stored big-endian wise. That would be expected to be different in the two GENERATED_DEFAULTS tables for big- and little-endian.
Example:
Setting the LifetimeRunningHours in the PCC cluster to 0x123456 in the ZAP UI tool, and then saving the .zap file, results in the following content in the .zap file. Which is correct.
It is a known issues which block FeatureMap for example, some work has already been down to fix it.
So i guess there are already tickets open for this @vivien-apple@tecimovic
Problem
When setting a default value for a particular attribute in the .zap file, the resulting generated file
endpoint_config.h
does not reflect the big-endian and little-endian versions correctly. They are both stored big-endian wise. That would be expected to be different in the twoGENERATED_DEFAULTS
tables for big- and little-endian.Example:
Setting the
LifetimeRunningHours
in the PCC cluster to0x123456
in the ZAP UI tool, and then saving the .zap file, results in the following content in the .zap file. Which is correct.Then running the
./scripts/tools/zap_regen_all.py
script generates the following contents in theendpoint_config.h
file.Proposed Solution
Make the ZAP tool generate the correct default values in the
endpoint_config.h
files.The text was updated successfully, but these errors were encountered: