mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
all devices / spiInterface / main: added method / infra to detect flash chip with --detect -f
This commit is contained in:
@@ -46,6 +46,8 @@ class Device {
|
||||
/**********************/
|
||||
/* flash access */
|
||||
/**********************/
|
||||
virtual bool detect_flash() {
|
||||
printError("detect flash not supported"); return false;}
|
||||
virtual bool dumpFlash(uint32_t base_addr, uint32_t len) {
|
||||
(void) base_addr; (void) len;
|
||||
printError("dump flash not supported"); return false;}
|
||||
|
||||
Reference in New Issue
Block a user