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
[platform] Move more product attributes to DeviceInstanceInfoProvider (project-chip#23385)
* [platform] Move more product attributes to DeviceInstanceInfoProvider
Vendor and product identifiers were already moved from
ConfigurationManager to DeviceInstanceInfoProvider to allow
for easier integration with platform factory data providers
as they may differ across devices running the same firmware.
Somehow PartNumber, ProductURL and ProductLabel slipped
unnoticed. Move accessors of these attributes to
DeviceInstanceInfoProvider and update all implementations
to preserve the existing behavior.
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
* [nrfconnect] Read PartNumber, URL and Label from factory data
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
* Code review
* Remove obsolete definitions to fix the build
Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
0 commit comments