Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor EEPROM Implementation #7

Open
ericyanush opened this issue Dec 17, 2015 · 0 comments
Open

Refactor EEPROM Implementation #7

ericyanush opened this issue Dec 17, 2015 · 0 comments
Assignees
Milestone

Comments

@ericyanush
Copy link
Member

The current eeprom management class is very tough to maintain; it is full of "magic numbers" and its storage schema is hardly obvious. It makes understanding the current eeprom size utilizatio, and adding/removing/changing fields difficult.

Refactoring the implementation to use either a C struct or a POD C++ class stored directly using the EEMEM attribute. One issue with this, is the bootloaders used on BrewTrollers doesn't implement the ability to flash the eeprom directly, so it needs to be initialized and managed in code.

@ericyanush ericyanush added this to the v3.0.0 milestone Dec 17, 2015
@ericyanush ericyanush self-assigned this Dec 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant