aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-06jtag: constify driver arraysSpencer Oliver3-6/+6
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips1-2/+2
2014-04-08jtag/aice/aice_usb: remove unused constantsPaul Fertser1-23/+0
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang4-196/+201
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-2/+2
2013-09-13libusb: require pkg-config supportPaul Fertser1-1/+1
2013-09-13nds32: support multi-target debuggingHsiangkai Wang7-668/+740
2013-09-13nds32: change default valueHsiangkai Wang1-1/+1
2013-09-13nds32: support Andes profiling functionHsiangkai Wang2-1/+169
2013-09-13aice: support batch commandsHsiangkai Wang3-70/+412
2013-09-13aice: Always setup SDP basic modeHsiangkai Wang1-26/+37
2013-09-13aice: use keep_alive() to avoid timeout warning messagesHsiangkai Wang1-0/+3
2013-07-15aice: fix FTBFS on ARMPaul Fertser1-31/+61
2013-06-05aice: add Andes AICE supportHsiangkai Wang11-0/+5847