adapter: Deprecate Gateworks GW16012 driver
The adapter is not available for years now. There is also no information about this device from Gateworks. The poor hardware availability and the lack of users prevents testing, maintenance and adaptations to future changes. Mark the adapter as deprecated as a first step to give potential users the opportunity to upgrade the hardware until the next OpenOCD release. Change-Id: I037325a6b018b26608733a36bef30db2785858f8 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8651 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
88aec4b499
commit
207ecaab33
@@ -862,6 +862,11 @@ AS_IF([test "x$enable_amtjtagaccel" != "xno"], [
|
||||
echo
|
||||
AC_MSG_WARN([Amontec JTAG-Accelerator adapter is deprecated and support will be removed in the next release!])
|
||||
])
|
||||
AS_IF([test "x$build_gw16012" = "xyes"], [
|
||||
echo
|
||||
echo
|
||||
AC_MSG_WARN([Gateworks GW16012 JTAG adapter is deprecated and support will be removed in the next release!])
|
||||
])
|
||||
|
||||
echo
|
||||
echo
|
||||
|
||||
@@ -2929,6 +2929,8 @@ image. To be used with USB-Blaster II only.
|
||||
@end deffn
|
||||
|
||||
@deffn {Interface Driver} {gw16012}
|
||||
@b{Note: This adapter is deprecated and support will be removed in the next release!}
|
||||
|
||||
Gateworks GW16012 JTAG programmer.
|
||||
This has one driver-specific command:
|
||||
|
||||
|
||||
@@ -461,6 +461,8 @@ static int gw16012_init(void)
|
||||
{
|
||||
uint8_t status_port;
|
||||
|
||||
LOG_WARNING("This adapter is deprecated and support will be removed in the next release!");
|
||||
|
||||
if (gw16012_init_device() != ERROR_OK)
|
||||
return ERROR_JTAG_INIT_FAILED;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user