-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Added calculating unique id length based on kconfig (#27032
) Currently the unique id length is fixed to 16 B and in nrfconnect platform we allow to set unique id value through kconfig, which may lead to a problem that length of selected data will not match the unique id length hardcoded to 16 B. Added calculating the unique id length based on Kconfig or assigning the max value assumed for the factory data storage.
- Loading branch information
1 parent
40b9034
commit 3465286
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters