billroy / bitlash

Bitlash: a programmable command shell for arduino
http://bitlash.net
MIT License
341 stars 73 forks source link

Serial flash support? #54

Open colesnicov opened 6 years ago

colesnicov commented 6 years ago

Hello. And what about support for running a program from serial flash memory, for example from Winbond 25Q32BVSIG. Thanks

billroy commented 6 years ago

Thanks for your note. It is a fascinating idea! But I do not have time to contribute to it. It is not a difficult problem once you have the flash memory driver sorted out.

-br

On Sep 23, 2017, at 10:25 AM, Colesnicov Denis Petrovich notifications@github.com wrote:

Hello. And what about support for running a program from serial flash memory, for example from Winbond 25Q32BVSIG. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/billroy/bitlash/issues/54, or mute the thread https://github.com/notifications/unsubscribe-auth/AAF-xoxclhd7kpqYfZxikPbmjsxAUIg8ks5slTESgaJpZM4Phmkv.

colesnicov commented 6 years ago

Hello. Do you need to implement some interface or the existing library already? Personally, I want to try this one, Marzogh/SPIFlash, as soon as I get the most mentioned flash chip. But otherwise for arduino there are a lot of libraries that allow communication with serial memory ...

Sorry for my bad english :)