GadgetFactory / Papilio-Loader

Java and command line apps to load Xilinx Bit files to Papilio FPGA boards.
http://gadgetfactory.net/learn/2013/09/18/howto-papilio-loader-gui-on-linux/
61 stars 34 forks source link

Added support for N25P80 SPI Flash. #17

Closed wasv closed 7 years ago

wasv commented 7 years ago

I noticed the N25P series flash chips were not supported in the Papilio Loader, and I needed to program one for a non-Papilio board that I had. So I added support for the N25P80 SPI Flash. I've tested it on the board that I have and it works.

If you want me to add support for the other chips in the series, I will add them based on the data sheets, but I cannot fully test them.

jackgassett commented 7 years ago

Looks good, thank you so much for the pull request.

Jack.