stm32l4: Add cpu and stm32l4discovery board configuration.
Change-Id: I20d3fcee04516eb3b9bb22933e7e366eed0c0b2e Signed-off-by: Karl Palsson <karlp@tweak.net.au> Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> Reviewed-on: http://openocd.zylin.com/2942 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
committed by
Freddie Chopin
parent
6b32fe4124
commit
f3be0f6071
13
tcl/board/stm32l4discovery.cfg
Normal file
13
tcl/board/stm32l4discovery.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
# Explicitly for the STM32L476 discovery board:
|
||||
# http://www.st.com/web/en/catalog/tools/PF261635
|
||||
# but perfectly functional for any other STM32L4 board connected via
|
||||
# an stlink-v2-1 interface.
|
||||
# This is for STM32L4 boards that are connected via stlink-v2-1.
|
||||
|
||||
source [find interface/stlink-v2-1.cfg]
|
||||
|
||||
transport select hla_swd
|
||||
|
||||
source [find target/stm32l4x.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
Reference in New Issue
Block a user