aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/aice_interface.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-28jtag/aice: switch to command 'adapter serial'Antonio Borneo1-20/+2
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-2/+2
2021-05-22jtag: fix some minor typoAntonio Borneo1-1/+1
2020-09-05jtag/aice: fix command's usage stringAntonio Borneo1-13/+13
2020-09-05jtag/aice: avoid abusing of int32_t typeAntonio Borneo1-2/+2
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink1-1/+0
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-4/+10
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-3/+3
2018-03-12nds32: Add jtag scan_chain commandHellosun Wu1-0/+24
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06jtag: constify driver arraysSpencer Oliver1-1/+1
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-2/+2
2013-09-13nds32: support multi-target debuggingHsiangkai Wang1-47/+56
2013-06-05aice: add Andes AICE supportHsiangkai Wang1-0/+500