Add configuration file for Olimex H405

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>
This commit is contained in:
Felipe Balbi 2021-02-04 14:50:15 +02:00 committed by Antonio Borneo
parent cb8e3fb2d9
commit 5e57090203
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# 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]