eblot / pyspiflash

SPI data flash device drivers (pure Python)
MIT License
39 stars 30 forks source link

InBuilt support for AT25XE041B #20

Closed bakibakis closed 3 years ago

bakibakis commented 3 years ago

Added support for new device AT25XE041B (Adesto - Atmel)

Tests passed - speeds are taken from tests.

eblot commented 3 years ago

Hi,

Thanks for the patch.

Thanks.

eblot commented 3 years ago

Can you have a look at https://github.com/eblot/pyspiflash/pull/20#issuecomment-729057705 Thanks

bakibakis commented 3 years ago

Sorry for the delay. I was really busy last days. Fixed according you feedback...

eblot commented 3 years ago

Merged, thanks.

I reverted the changes in the unit test, as I'm not sure they would not break with other flash devices.