cfi: calculate correct timeouts
[fw/openocd] / src / flash / nor / drivers.c
index 3e09a0045a6eeef8e3a0bb86956a71a2d8f25d1c..a1a60b10bde97a48e3463a91a47d99ba2cf6ab11 100644 (file)
@@ -39,6 +39,8 @@ extern struct flash_driver ocl_flash;
 extern struct flash_driver pic32mx_flash;
 extern struct flash_driver avr_flash;
 extern struct flash_driver faux_flash;
+extern struct flash_driver virtual_flash;
+extern struct flash_driver stmsmi_flash;
 
 /**
  * The list of built-in flash drivers.
@@ -63,6 +65,8 @@ static struct flash_driver *flash_drivers[] = {
        &pic32mx_flash,
        &avr_flash,
        &faux_flash,
+       &virtual_flash,
+       &stmsmi_flash,
        NULL,
 };