openocd/src/jtag/aice
Andreas Fritiofson 517ba0690d Clean up const usage to avoid excessive casting
Don't use const on pointers that hold heap allocated data, because that
means functions that free them must cast away the const.

Do use const on pointer parameters or fields that needn't be modified.

Remove pointer casts that are no longer needed after fixing the constness.

Change-Id: I5d206f5019982fd1950bc6d6d07b6062dc24e886
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1668
Tested-by: jenkins
Reviewed-by: Mathias Küster <kesmtp@freenet.de>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2013-10-31 20:42:34 +00:00
..
aice_interface.c nds32: support multi-target debugging 2013-09-13 19:37:58 +00:00
aice_interface.h nds32: support multi-target debugging 2013-09-13 19:37:58 +00:00
aice_pipe.c nds32: support multi-target debugging 2013-09-13 19:37:58 +00:00
aice_pipe.h aice: add Andes AICE support 2013-06-05 19:27:23 +00:00
aice_port.c aice: add Andes AICE support 2013-06-05 19:27:23 +00:00
aice_port.h nds32: support multi-target debugging 2013-09-13 19:37:58 +00:00
aice_transport.c Clean up const usage to avoid excessive casting 2013-10-31 20:42:34 +00:00
aice_transport.h aice: add Andes AICE support 2013-06-05 19:27:23 +00:00
aice_usb.c nds32: support multi-target debugging 2013-09-13 19:37:58 +00:00
aice_usb.h nds32: support multi-target debugging 2013-09-13 19:37:58 +00:00
Makefile.am libusb: require pkg-config support 2013-09-13 21:43:18 +00:00