aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2020-07-14cmsis-dap: prevent hidapi to search again for the adapterAntonio Borneo1-14/+8
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo5-14/+14
2020-07-14jtag/drivers: add linuxgpiod driverAntonio Borneo3-0/+609
2020-07-14bcm2835gpio: enable only the transport specific gpioAntonio Borneo1-37/+53
2020-07-14imx_gpio: enable only the transport specific gpioAntonio Borneo1-21/+25
2020-07-14sysfsgpio: enable only the transport specific gpioAntonio Borneo1-42/+37
2020-07-14bitbang: split jtag and swd operationsAntonio Borneo5-42/+33
2020-07-13bitbang: remove superfluous switch between jtag and swdAntonio Borneo5-18/+1
2020-07-13bitbang: document bitbang callbacksAntonio Borneo1-1/+9
2020-07-08coding style: add arguments to function prototypesAntonio Borneo2-4/+4
2020-07-08coding style: fix space separationAntonio Borneo2-20/+20
2020-07-08configure: split build of hla layoutsAntonio Borneo3-3/+9
2020-07-08jtag/tcl: fix a double free of jim objectMikhail Rasputin1-2/+4
2020-06-27jtag: drivers: xlnx-pcie-xvc: Add support for SWD mode.Moritz Fischer1-3/+213
2020-06-23libjaylink: Update to latest Git versionMarc Schink1-0/+0
2020-06-18target/armv7m_trace: Calculate prescaler for external capture devicesMarc Schink1-7/+10
2020-06-14stlink: code factorization by introducing stlink_usb_exit_modeTarek BOCHKATI1-43/+24
2020-06-06jtag/tcl: fix memory leak in command 'irscan'Antonio Borneo1-4/+9
2020-06-06libusb_helper: fix memory leak when no adapter is foundAntonio Borneo1-0/+3
2020-06-06jtag/drivers/bcm2835gpio: bcm2835gpio_init has been updatedtscn921-1/+5
2020-05-24helper/command: strip replicated command name in logAntonio Borneo1-3/+3
2020-05-24stlink: fix open AP for v2j37 and v3j7Antonio Borneo1-4/+11
2020-05-24stlink: fix incorrectly returned error on v2j28Antonio Borneo1-1/+14
2020-05-24stlink: default dapdirect to SWD instead of JTAGAntonio Borneo1-1/+1
2020-05-24Revert "adapter: expose HLA interface in struct adapter_driver"Antonio Borneo2-9/+0
2020-05-24stlink: simplify handling of SWIMAntonio Borneo1-17/+8
2020-05-24stlink: simplify mem R/W with SWIMAntonio Borneo1-12/+36
2020-05-24swim: add new transportAntonio Borneo6-31/+160
2020-05-24swim: fix adapter speed handlingAntonio Borneo2-6/+13
2020-05-24swim: abstract the transport in stm8 targetAntonio Borneo3-0/+118
2020-05-24adapter: expose HLA interface in struct adapter_driverAntonio Borneo2-0/+9
2020-05-24stlink: reduce use of hla specific enum hl_transportsAntonio Borneo1-50/+52
2020-05-09coding style: join consecutive string fragmentsAntonio Borneo1-1/+1
2020-05-09coding style: remove useless return statement from void functionsAntonio Borneo3-15/+0
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo5-7/+7
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo10-28/+28
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo7-11/+11
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo2-19/+0
2020-05-09hla: remove unused hl_interface_param_s.apiTarek BOCHKATI2-3/+1
2020-05-02jtag: remove unused function adapter_driver_modules_load()Antonio Borneo2-8/+0
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo5-6/+0
2020-04-24bitbang: Fix FTBFS with GCC 10Andreas Fritiofson1-1/+1
2020-04-24ftdi: Report an error if no ftdi_vid_pid is specifiedLeonard Crestez1-0/+5
2020-04-21jtag/drivers: add debugging support for Mellanox BlueField SoCLiming Sun3-0/+532
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningsTomas Vanek1-8/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-6/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-0/+1
2020-04-12Entering SWIM mode on ST-LINK does not update swim status word.Ake Rehnman1-3/+2
2020-04-12stlink: always use a valid endpointTarek BOCHKATI1-3/+3
2020-04-12jtag: flush queue after reset for drivers using old reset modelAntonio Borneo1-0/+5