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:
parent
cb8e3fb2d9
commit
5e57090203
|
@ -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]
|
Loading…
Reference in New Issue