From: OpenOCD-Gerrit <ope...@us...> - 2021-03-10 21:35:41
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 5e57090203b36465c2f0560b92ca58cafb2c9e0b (commit) from cb8e3fb2d925c6563c3520391c3b1c7e71d1b817 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5e57090203b36465c2f0560b92ca58cafb2c9e0b Author: Felipe Balbi <ba...@ke...> Date: Thu Feb 4 14:50:15 2021 +0200 Add configuration file for Olimex H405 Change-Id: I34a030f65ebe041408655ea9792346b146bd1092 Signed-off-by: Felipe Balbi <ba...@ke...> Reviewed-on: http://openocd.zylin.com/6049 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/board/olimex_stm32_h405.cfg b/tcl/board/olimex_stm32_h405.cfg new file mode 100644 index 000000000..f2f1d7f24 --- /dev/null +++ b/tcl/board/olimex_stm32_h405.cfg @@ -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] ----------------------------------------------------------------------- Summary of changes: tcl/board/olimex_stm32_h405.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tcl/board/olimex_stm32_h405.cfg hooks/post-receive -- Main OpenOCD repository |