nrf51: Implement the support for Nordic's nRF51 devices
[fw/openocd] / src / flash / nor / drivers.c
index 39c2f9fcd7ea949062e000e8713b3a82a06e95a7..ed631a3b0ba812e43ea6d61f7370c0653fb87e2b 100644 (file)
@@ -55,6 +55,7 @@ extern struct flash_driver efm32_flash;
 extern struct flash_driver mdr_flash;
 extern struct flash_driver mini51_flash;
 extern struct flash_driver nuc1x_flash;
+extern struct flash_driver nrf51_flash;
 
 /**
  * The list of built-in flash drivers.
@@ -94,6 +95,7 @@ static struct flash_driver *flash_drivers[] = {
        &mdr_flash,
        &mini51_flash,
        &nuc1x_flash,
+       &nrf51_flash,
        NULL,
 };