-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Support for External MemoryUnits #3
Comments
I have been thinking about the MemoryUnit-situation. We can either:
Originally posted by @Wassasin in #2 (comment) |
A third option would be to pass a Storage unit for every MemoryUnit. This is simple as long as we only distinguish between one Internal and one (optional) External MemoryUnit, but gets more complicated as soon as there are more than two different MemoryUnits (e.g. when using two external memories). Is the use-case with two different external memories realistic? If so, I propose we either
Both of these are pretty complicated and still not as ergonomic as I prefer. About your ideas:
|
Currently the Library only knows one Internal MemoryUnit. Support for at least one (if possible, more than one) MemoryUnits like an external Flash/EEPROM for Update storage would be handy to easily support Hardware Setups where the MCU Memory is already used completely.
The text was updated successfully, but these errors were encountered: