m-mcgowan / spark-flashee-eeprom

Eeprom emulation using external flash on Particle devices. Includes unit tests cross compiled to regular gcc, and on-device integration tests.
GNU Affero General Public License v3.0
34 stars 8 forks source link

FlashDevice implementation based on built-in EEPROM class. #10

Closed m-mcgowan closed 9 years ago

m-mcgowan commented 9 years ago

See https://community.spark.io/t/limit-of-100-bytes-for-eeprom-emulation/8990/7

This will allow the code using flashee to migrate smoothly between the core and the photon (assuming it doesn't use more the amount of emulated eeprom available on the photon.)

m-mcgowan commented 9 years ago

Coded and tested. Used to support flashee on the Particle Photon.