cfg: increase stm32l-discovery working area
This part has 16k ram so make it all available. Change-Id: Ifeb7bc850bfe4f68d0affb8f6a0931b4327e7257 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1006 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
parent
84043a95e1
commit
80649fc3d5
|
@ -3,6 +3,7 @@
|
|||
|
||||
source [find interface/stlink-v2.cfg]
|
||||
|
||||
set WORKAREASIZE 0x4000
|
||||
source [find target/stm32lx_stlink.cfg]
|
||||
|
||||
# use hardware reset, connect under reset
|
||||
|
|
Loading…
Reference in New Issue