This website requires JavaScript.
Explore
Help
Sign In
interesting
/
riscv-openocd
mirror of
https://github.com/riscv/riscv-openocd.git
Watch
1
Star
0
Fork
You've already forked riscv-openocd
0
Code
Issues
Projects
Releases
Wiki
Activity
f5657aa76e
riscv-openocd
/
tcl
/
board
/
renesas_stout.cfg
5 lines
91 B
INI
Raw
Normal View
History
Unescape
Escape
tcl/board: Add Renesas R-Car R8A7790 H2 Stout board Add configuration for the Renesas R-Car R8A7790 H2 based Stout ADAS board. Change-Id: Ib880b5d2e1fab5c8c0bc0dbcedcdce8055463fe2 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/4497 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
2018-04-16 14:22:04 -05:00
# Renesas R-Car H2 Evaluation Board
tcl/target: Switch Renesas R-Car Gen2 boards to new config Switch Renesas R-Car Gen2 boards which are currently supported from the old ad-hoc SoC configuration to the new unified configuration. Change-Id: I8a67bceb3ae92d840ae4dbac20868c75e83f7d58 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/5398 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
2020-01-07 15:54:32 -06:00
set SOC H2
source [find target/renesas_rcar_gen2.cfg]