aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice
AgeCommit message (Expand)AuthorFilesLines
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo11-6365/+0
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo5-5/+5
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo10-130/+20
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-2/+2
2021-11-28jtag/aice: switch to command 'adapter serial'Antonio Borneo2-22/+2
2021-11-23openocd: declare struct command_registration in a single lineAntonio Borneo1-2/+1
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-10-25jtag/aice: remove unused exported struct aice_interface_param_sAntonio Borneo1-11/+0
2021-07-31jtag/aice: fix build with clang on MacOSAntonio Borneo1-25/+24
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo2-50/+50
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo2-15/+15
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo2-85/+85
2021-07-20jtag/aice: use macros in place of const variablesAntonio Borneo1-23/+23
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo1-23/+23
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-15/+15
2021-05-22jtag: fix some minor typoAntonio Borneo2-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome3-0/+4
2021-05-01jtag: simplify the calls to Jim_SetResultFormatted()Antonio Borneo1-3/+2
2021-05-01libusb: don't use typedef'sAntonio Borneo1-4/+4
2021-04-05openocd: drop dependency from libusb0Antonio Borneo1-1/+1
2020-11-04jtag: declare local symbols as staticAntonio Borneo2-22/+22
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-9/+3
2020-09-05jtag/aice: fix command's usage stringAntonio Borneo1-13/+13
2020-09-05jtag/aice: avoid abusing of int32_t typeAntonio Borneo2-86/+60
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-2/+2
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2020-03-22jtag/libusb_helper: permit adapters to compute their custom serialsTarek BOCHKATI1-2/+2
2020-03-07jtag/aice: fix clang static analyzer warningsTomas Vanek2-12/+15
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink2-2/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink2-10/+10
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-13/+25
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-4/+10
2019-09-24src/jtag/aice: Fix obviously incorrect bit op.Seth LaForge1-1/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson2-3/+3
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo2-7/+7
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo1-1/+1
2018-12-11libusb0: add compatibility define for transfer type bulkAntonio Borneo1-4/+1
2018-07-18nds32: Avoid detected JTAG clockHellosun Wu2-25/+28
2018-03-12nds32: Add jtag scan_chain commandHellosun Wu3-0/+85
2017-04-24libusb: Add transfer type filter to get correct epHellosun Wu1-1/+7
2017-02-10target: Add 64-bit target address supportDongxue Zhang3-6/+6
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-27/+14
2016-07-19Fix usage of timeval_ms()Andreas Färber2-3/+3
2016-05-24Make #include guard naming consistentMarc Schink5-15/+19
2016-05-24Remove FSF address from GPL noticesMarc Schink10-30/+10
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-4/+6
2014-10-06libusb: introduce jtag_libusb_choose_interface() and use it for JLinkPaul Fertser1-3/+1