mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
config: stm32l01x and stm32l02x chips support
New low-end chips have only 2k of RAM, workarea size adjusted Change-Id: Ibfccd73fef9e6dabffc87d901736c5626ce411fe Signed-off-by: Ilia Motornyi <elijah.mot@gmail.com> Reviewed-on: http://openocd.zylin.com/4308 Tested-by: jenkins Reviewed-by: Karl Palsson <karlp@tweak.net.au> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
committed by
Andreas Fritiofson
parent
9021210428
commit
eb26a884e0
@@ -15,11 +15,11 @@ if { [info exists CHIPNAME] } {
|
||||
set _ENDIAN little
|
||||
|
||||
# Work-area is a space in RAM used for flash programming
|
||||
# By default use 8kB (max ram on smallest part)
|
||||
# By default use 2kB (max ram on smallest part)
|
||||
if { [info exists WORKAREASIZE] } {
|
||||
set _WORKAREASIZE $WORKAREASIZE
|
||||
} else {
|
||||
set _WORKAREASIZE 0x2000
|
||||
set _WORKAREASIZE 0x800
|
||||
}
|
||||
|
||||
# JTAG speed should be <= F_CPU/6.
|
||||
|
||||
Reference in New Issue
Block a user