mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 11:08:49 +02:00
all devices / spiInterface / main: added method / infra to detect flash chip with --detect -f
This commit is contained in:
@@ -34,6 +34,7 @@ class CologneChip: public Device, SPIInterface {
|
||||
|
||||
bool cfgDone();
|
||||
void waitCfgDone();
|
||||
bool detect_flash() override;
|
||||
bool dumpFlash(uint32_t base_addr, uint32_t len) override;
|
||||
virtual bool protect_flash(uint32_t len) override {
|
||||
(void) len;
|
||||
|
||||
Reference in New Issue
Block a user