This is an automated email from Gerrit. "Daniel Anselmi <danse...@gmx.ch>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8084
-- gerrit commit f3ce3845d3ebbc1e761c622ce24d3940f8362263 Author: Daniel Anselmi <danse...@gmx.ch> Date: Fri Feb 23 23:02:11 2024 +0100 pld/intel: small documentation fix. Change-Id: I969f51c38fc0c34c6bdba98b0e618d7f28ea4052 Signed-off-by: Daniel Anselmi <danse...@gmx.ch> diff --git a/doc/openocd.texi b/doc/openocd.texi index ed7e8f2d92..ae7bb097bf 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8874,7 +8874,7 @@ For the option @option{-family} @var{name} is one of @var{trion|titanium}. @deffn {FPGA Driver} {intel} @option{-family} <name> This driver can be used to load the bitstream into Intel (former Altera) FPGAs. -The families Cyclone III, Cyclone IV, Cyclone V, Cyclone 10, Arria II are supported. +The families Cyclone III, Cyclone IV, Cyclone V, Cyclone 10 and Arria II are supported. @c Arria V and Arria 10, MAX II, MAX V, MAX10) The option @option{-family} @var{name} is one of @var{cycloneiii cycloneiv cyclonev cyclone10 arriaii}. --