aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo74-74/+74
2022-09-13drivers/bcm2835gpio: Fully restore GPIOs after useSteve Marple1-5/+21
2022-09-13drivers/bcm2835gpio: Add support for activity LEDSteve Marple1-1/+11
2022-09-13drivers/bcm2835gpio: Migrate to adapter gpio commandsSteve Marple2-386/+326
2022-09-13drivers/bcm2835gpio: Release resources on error and when quittingSteve Marple1-2/+20
2022-09-13src/jtag/drivers/ep93xx: fix GCC 12 warningAntonio Borneo1-8/+5
2022-09-13usbprog: remove unused variableAntonio Borneo1-2/+0
2022-09-13jtag: make local symbols staticAntonio Borneo2-2/+2
2022-09-08jtag/vdebug: remove BSD-2-Clause boilerplateAntonio Borneo1-23/+2
2022-09-08libjaylink: Update to 0.3.1 releaseMarc Schink1-0/+0
2022-08-27jtag/drivers/kitprog: workaround serious firmware problemTomas Vanek1-2/+18
2022-08-27jtag/drivers/kitprog: use HID read timeoutTomas Vanek1-3/+7
2022-08-15target/espressif: remove author lines from esp32xx and xtensa filesErhan Kurubas1-14/+2
2022-08-15drivers/linuxgpiod: Migrate to adapter gpio commandsSteve Marple2-502/+261
2022-08-15drivers/am335xgpio: Release resources on error and when quittingSteve Marple1-0/+11
2022-08-15drivers/am335xgpio: Migrate to adapter gpio commandsSteve Marple2-427/+303
2022-08-15jtag/adapter: Add command 'adapter gpio'Steve Marple3-0/+424
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo2-1/+31
2022-08-15adapter: run at default speed when clock speed not specifiedErhan Kurubas1-6/+14
2022-07-30drivers/vdebug: add support for DAP level interfaceJacek Wuwer1-138/+396
2022-07-23openocd: src: replace SPDX to remaining filesAntonio Borneo5-85/+32
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo108-1404/+216
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo1-2/+3
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo1-0/+2
2022-07-23openocd: build: add SPDX tagAntonio Borneo6-0/+12
2022-07-02jtag: add esp_usb_jtag driverErhan Kurubas3-0/+817
2022-06-24drivers/linuxgpiod: simplify gpio releaseAntonio Borneo1-32/+13
2022-06-24drivers/linuxgpiod: release gpio at exitAntonio Borneo1-0/+1
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo1-5/+6
2022-06-24adiv6: add low level jtag transportKevin Burke2-0/+32
2022-06-24adiv6: re-organize mem_ap registers definitionKevin Burke2-29/+29
2022-06-10drivers/bitbang: silence scan-build warningAntonio Borneo1-1/+2
2022-06-04stlink: manage TCP_BUSY status code when using RW MISCTarek BOCHKATI1-0/+7
2022-05-14drivers/am335xgpio: Add AM335x driver for bitbang support on BeagleBonesSteve Marple3-0/+742
2022-05-14bcm2835gpio: Fix incorrect GPIO validationSteve Marple1-14/+14
2022-05-01drivers/cmsis-dap: Correct the DAP protocol parameter parsing errorjihongbin1-7/+7
2022-04-30bcm2835gpio: Make buffer an output before the GPIO connected to itSteve Marple1-6/+7
2022-04-30linuxgpiod: add SWDIO bufferSteve Marple1-0/+47
2022-04-03drivers/cmsis-dap: Remove stray whitespaceMarc Schink1-1/+1
2022-04-03libusb_helper.h: Increase USB timeoutGabor Csapo7-36/+46
2022-03-19stlink: enable queuing with stlink-server API v3Tarek BOCHKATI1-8/+21
2022-03-12jtag_vpi: Minor cleanup in jtag_vpi driverJan Matyas1-20/+21
2022-02-14Cadence virtual debug interface (vdebug) integrationJacek Wuwer3-0/+1085
2022-02-14doxygen: fix some function prototype descriptionAntonio Borneo3-5/+2
2022-01-22jtag: Add an option to ignore the bypass bitAdrien Grassein4-1/+12
2021-12-18jtag/drivers/vsllink: fix memory leakTomas Vanek1-0/+1
2021-12-11linuxgpiod: Allow using multiple GPIO chips.Laszlo Sitzer1-90/+175
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo14-22/+17
2021-11-28jtag/hla, jtag/stlink: switch to command 'adapter serial'Antonio Borneo6-67/+32
2021-11-28jtag/jlink: switch to command 'adapter serial'Antonio Borneo2-34/+23