repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
jtag/drivers/jlink: Use correct command errors
[openocd.git]
/
tcl
/
board
/
renesas_falcon.cfg
blob
c796f85b58c833cb2455bcee1a2f0b53e4fcb193
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
# Renesas R-Car V3U Falcon Board Config
3
4
# The Falcon board comes with either an V3U SOC.
5
6
echo "\nFalcon:"
7
if { ![info exists SOC] } {
8
set SOC V3U
9
}
10
source [find target/renesas_rcar_gen3.cfg]