mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
spiFlash: Add --bulk-erase command line option
Adds a --bulk-erase command line option for bulk erasure of SPI flash.
This commit is contained in:
@@ -48,6 +48,7 @@ class Device {
|
||||
printError("dump flash not supported"); return false;}
|
||||
virtual bool protect_flash(uint32_t len) = 0;
|
||||
virtual bool unprotect_flash() = 0;
|
||||
virtual bool bulk_erase_flash() = 0;
|
||||
|
||||
virtual int idCode() = 0;
|
||||
virtual void reset();
|
||||
|
||||
Reference in New Issue
Block a user