-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refac: Extrapolate an interface for reading Zephyr nvs data.
In many place we are reading the length of the data, allocating memory, and then using allocated memory to read the actual data. Instead of repeating it in many places we can use an interface to deal with it and use when we need to access nvs stored data. Changelog: Title Ticket: MEN-7380 Signed-off-by: Marcin Pasinski <[email protected]>
- Loading branch information
Showing
1 changed file
with
64 additions
and
65 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