Skip to content

Arduino_Core_STM32/libraries/EEPROM/ #324

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

Closed
edogaldo opened this issue Sep 17, 2018 · 4 comments
Closed

Arduino_Core_STM32/libraries/EEPROM/ #324

edogaldo opened this issue Sep 17, 2018 · 4 comments
Labels
question ❓ Usually converted as a discussion

Comments

@edogaldo
Copy link
Contributor

Is this library working?

@fpistm
Copy link
Member

fpistm commented Sep 17, 2018

Yes it should
#248 raised this is too slow on F7 linked to page size but works.
#302 is a rework for @hasenbanck to use buffered access to the
data on the flash.

@AnHardt
Copy link
Contributor

AnHardt commented Sep 17, 2018

Shouldn't there be a hint this library uses flash to replace the non existent EEPROM?

@fpistm
Copy link
Member

fpistm commented Sep 17, 2018

This is a port from official Arduino EEPROM library, that's all:

sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE and Arduino ZERO.

@fpistm fpistm added question ❓ Usually converted as a discussion waiting feedback Further information is required labels Sep 17, 2018
@fpistm fpistm removed the waiting feedback Further information is required label Sep 26, 2018
@fpistm
Copy link
Member

fpistm commented Sep 26, 2018

I close this issue as EEPROM is functional.

@fpistm fpistm closed this as completed Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Usually converted as a discussion
Projects
None yet
Development

No branches or pull requests

3 participants