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

Is external NAND flash supported? #28

Closed rahulgopinathan closed 4 years ago

m-mcgowan commented 4 years ago

Some more details would be helpful! The external flash on P1 is supported. If you have another flash module in mind then it probably is not supported out of the box, but it is relatively straightforward to implement your own driver class for the specific flash module you are using.

m-mcgowan commented 4 years ago

Given the age of this, I'm going to close it. Feel free to reopen to discuss the topic further.