|
From: <ge...@op...> - 2025-09-12 21:47:27
|
This is an automated email from Gerrit. "Daniel Anselmi <dan...@gm...>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9019 -- gerrit commit d71ae6b50473b1f8156e9bf2946e876f741c44f6 Author: Daniel Anselmi <dan...@gm...> Date: Fri Sep 12 23:42:21 2025 +0200 tcl/board/digilent_zybo: clarify supported/tested hardware Clarify that this config has been tested with the Zybo board but not with the Zybo Z7 board. Change-Id: Id826480444364e5916f25c1c219c5ddaa3ec827d Signed-off-by: Daniel Anselmi <dan...@gm...> diff --git a/tcl/board/digilent_zybo.cfg b/tcl/board/digilent_zybo.cfg index 97d54302a5..8573399f84 100644 --- a/tcl/board/digilent_zybo.cfg +++ b/tcl/board/digilent_zybo.cfg @@ -1,8 +1,11 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# digilent zybo +# Digilent Zybo # https://digilent.com/reference/programmable-logic/zybo/start +# Tested with the Zybo board from Digilent (older). +# Not tested with the Zybo Z7 board from Digilent (newer). + adapter driver ftdi ftdi channel 0 -- |