flash: Add new stm32h7x driver support
commit6a66cccbad7e51ac1b3ea929ab0c86dd02617797
authorAlexandre Torgue <alexandre.torgue@st.com>
Mon, 13 Nov 2017 13:05:28 +0000 (13 14:05 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 6 Dec 2017 21:29:10 +0000 (6 21:29 +0000)
tree5aa066072ff0fc4abbd767592ceb7d291db49985
parent06aebfacda1f60052f6ea0f3d09936184e1bfab8
flash: Add new stm32h7x driver support

Add basic support for:
     -STM32H7x (Embedded flash 2M)

Erase and write tested on stm32h743.

Change-Id: Ie8d8786227cdeee39fcf5663167a053ad8dcef4c
Signed-off-by: RĂ©mi Prud'homme <remi.prudhomme@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Reviewed-on: http://openocd.zylin.com/4181
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
contrib/loaders/flash/stm32h7x.S [new file with mode: 0644]
doc/openocd.texi
src/flash/nor/Makefile.am
src/flash/nor/drivers.c
src/flash/nor/stm32h7x.c [new file with mode: 0644]