STM32L: Added flash driver and target
authorClément Burin des Roziers <clement.burin-des-roziers@hikob.com>
Fri, 16 Sep 2011 13:55:54 +0000 (15:55 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 3 Oct 2011 16:42:39 +0000 (18:42 +0200)
commitda8ce5f2e193b8637202d56c69b22a158a12e32a
tree3e22065eb62a8879656c8e332aa7842ef5db3c82
parenta17adf0601f66617f2203c6d4db168a8e8c55055
STM32L: Added flash driver and target

Added the flash driver for the STM32L family, which highly differ from the STM32F family.
Added the TCL target file for JTAG access.
contrib/loaders/flash/stm32lx.S [new file with mode: 0644]
src/flash/nor/Makefile.am
src/flash/nor/drivers.c
src/flash/nor/stm32lx.c [new file with mode: 0644]
tcl/target/stm32l.cfg [new file with mode: 0644]