This is an automated email from Gerrit.

Дмитрий Шпак (dis...@yandex.ru) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/2659

-- gerrit

commit eb8d630803e7f9315b6e9c57e46b1b0543cd035b
Author: DmitryShpak <dis...@yandex.ru>
Date:   Wed Mar 25 15:57:23 2015 +0300

    flash/nor/drivers.c : added NIIET driver to the driver list
    
    Change-Id: I9f45ee6b09109a2bbe198218561a1dd22aef9799
    Signed-off-by: DmitryShpak <dis...@yandex.ru>

diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c
index fead797..085fdb4 100644
--- a/src/flash/nor/drivers.c
+++ b/src/flash/nor/drivers.c
@@ -59,6 +59,7 @@ extern struct flash_driver nrf51_flash;
 extern struct flash_driver mrvlqspi_flash;
 extern struct flash_driver psoc4_flash;
 extern struct flash_driver sim3x_flash;
+extern struct flash_driver niiet_flash;
 
 /**
  * The list of built-in flash drivers.
@@ -102,6 +103,7 @@ static struct flash_driver *flash_drivers[] = {
        &mrvlqspi_flash,
        &psoc4_flash,
        &sim3x_flash,
+       &niiet_flash,
        NULL,
 };
 

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to