niietcm4: support for NIIET's Cortex-M4 microcontrollers

This adds docs, example config, flash driver.
Driver is only supports K1921VK01T model for now.

Change-Id: I135259bb055dd2df1a17de99f066e2b24eae1b0f
Signed-off-by: Bogdan Kolbov <kolbov@niiet.ru>
Reviewed-on: http://openocd.zylin.com/3011
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
Bogdan Kolbov
2015-10-13 09:19:25 +03:00
committed by Freddie Chopin
parent 7a8915ff64
commit ae2142d5a2
7 changed files with 1954 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ extern struct flash_driver psoc4_flash;
extern struct flash_driver sim3x_flash;
extern struct flash_driver jtagspi_flash;
extern struct flash_driver xmc4xxx_flash;
extern struct flash_driver niietcm4_flash;
/**
* The list of built-in flash drivers.
@@ -110,6 +111,7 @@ static struct flash_driver *flash_drivers[] = {
&sim3x_flash,
&jtagspi_flash,
&xmc4xxx_flash,
&niietcm4_flash,
NULL,
};