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>
This commit is contained in:
Spencer Oliver 2012-04-30 14:45:23 +01:00
parent dcb222e072
commit 85c0375337
1 changed files with 1 additions and 1 deletions

View File

@ -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]