cfg: increase stm32f0 default working area
The smallest stm32f0 has 4k sram, so use this as the default. Change-Id: I9097be9608da92b1b9da504e5bacc1280c86907a Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/603 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>__archive__
parent
dcb222e072
commit
85c0375337
|
@ -11,7 +11,7 @@ if { [info exists CPUTAPID] == 0 } {
|
|||
}
|
||||
|
||||
if { [info exists WORKAREASIZE] == 0 } {
|
||||
set WORKAREASIZE 0x400
|
||||
set WORKAREASIZE 0x1000
|
||||
}
|
||||
|
||||
source [find target/stm32_stlink.cfg]
|
||||
|
|
Loading…
Reference in New Issue