mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-25 05:16:24 +00:00
5e57090203
Change-Id: I34a030f65ebe041408655ea9792346b146bd1092 Signed-off-by: Felipe Balbi <balbi@kernel.org> Reviewed-on: http://openocd.zylin.com/6049 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
9 lines
248 B
INI
9 lines
248 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Olimex STM32-H405 eval board
|
|
# https://www.olimex.com/Products/ARM/ST/STM32-H405/
|
|
|
|
# Work-area size (RAM size) = 128kB for STM32F405RG device
|
|
set WORKAREASIZE 0x20000
|
|
|
|
source [find target/stm32f4x.cfg]
|