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

List of supported chips #19

Closed jefflab closed 8 years ago

jefflab commented 8 years ago

It would be great if there was documentation which flash SPI chips are supported. For example, winbond has a chip with the same footprint. It would be great to know if it would work, or if I should stick with the chip on the core.

m-mcgowan commented 8 years ago

If a flash device isn't supported, you just have to write a low-level driver for it and plug it in. But this library is presently geared towards Particle devices, but it wouldn't be difficult to target other devices too.

jefflab commented 8 years ago

Makes sense. Hopefully we can contribute a winbond driver in the future. thanks!