Skip to content

sys/registry: Add EEPROM storage#10910

Closed
leandrolanzieri wants to merge 3 commits intoRIOT-OS:masterfrom
leandrolanzieri:pr/sys/registry_store_eeprom
Closed

sys/registry: Add EEPROM storage#10910
leandrolanzieri wants to merge 3 commits intoRIOT-OS:masterfrom
leandrolanzieri:pr/sys/registry_store_eeprom

Conversation

@leandrolanzieri
Copy link
Copy Markdown
Contributor

Contribution description

This PR adds an EEPROM based storage facility for the RIOT Registry (#10799). This allows to save the configuration parameters in an EEPROM memory. For handling the data it uses the eepreg module.

It also modifies the tests/registry application to easily integrate this storage.

Testing procedure

Modify the Makefile of the tests/registry application to use the registry_store_eeprom instead of the registry_store_dummy. Run the application, modify the values and save them. They should persist after rebooting the node.

Issues/PRs references

Depends on PR #10799.

@leandrolanzieri leandrolanzieri added the State: waiting for other PR State: The PR requires another PR to be merged first label Jan 31, 2019
@waehlisch waehlisch requested a review from danpetry January 31, 2019 10:52
@stale
Copy link
Copy Markdown

stale Bot commented Aug 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale Bot added the State: stale State: The issue / PR has no activity for >185 days label Aug 10, 2019
@leandrolanzieri leandrolanzieri removed the State: stale State: The issue / PR has no activity for >185 days label Aug 10, 2019
@stale
Copy link
Copy Markdown

stale Bot commented Feb 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale Bot added the State: stale State: The issue / PR has no activity for >185 days label Feb 11, 2020
@stale stale Bot closed this Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

State: stale State: The issue / PR has no activity for >185 days State: waiting for other PR State: The PR requires another PR to be merged first

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant