aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo15-30/+30
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo37-233/+233
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo4-11/+11
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo10-112/+112
2021-07-20drivers/buspirate: use macros in place of const variablesAntonio Borneo1-5/+5
2021-07-20jtag/aice: use macros in place of const variablesAntonio Borneo1-23/+23
2021-07-20target/cortex_m: rename CamelCase symbolAntonio Borneo1-1/+1
2021-07-20drivers/ftdi: Group adapter commandsMarc Schink2-16/+81
2021-07-02jtag/swd: rename CamelCase macrosAntonio Borneo9-67/+67
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo11-184/+184
2021-06-27stlink: fix SIGSEGV with libusb v1.0.24-33-g32a2206 (11618)Antonio Borneo3-6/+7
2021-06-13Add remote bitbang write buffer.Tim Newsome1-37/+86
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez3-4/+4
2021-06-04cmsis_dap: add support for swo commandsAdrian Negreanu2-94/+440
2021-06-04drivers/jlink: Remove trailing dotsMarc Schink1-120/+117
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo5-69/+69
2021-05-29stlink: reorder the flag macro by firmware releaseAntonio Borneo1-11/+11
2021-05-29stlink: add comment of firmware version for each flag bitAntonio Borneo1-11/+11
2021-05-29help text: remove trailing spaceAntonio Borneo6-7/+7
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo1-1/+1
2021-05-29drivers/versaloon: use ARRAY_SIZE()Antonio Borneo2-2/+1
2021-05-22jtag: fix some minor typoAntonio Borneo8-13/+13
2021-05-18cmsis_dap: fix build on macOSAntonio Borneo1-2/+2
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi1-1/+9
2021-05-08startup.tcl: prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo1-2/+3
2021-05-08telnet/auto-complete: hide deprecated and internal commandsAntonio Borneo1-0/+12
2021-05-01Cleanup of config/includes.Tim Newsome24-2/+30
2021-05-01drivers/ftdi: drscan: Skip DR-PAUSE when endstate == IDLELuis de Arquer1-8/+23
2021-05-01jtag: simplify the calls to Jim_SetResultFormatted()Antonio Borneo2-11/+6
2021-05-01libusb: don't use typedef'sAntonio Borneo12-40/+40
2021-04-25drivers/cmsis-dap: add multidrop capabilityPeter Lawrence1-2/+65
2021-04-24remote_bitbang: Add Windows supportYun Liu1-36/+19
2021-04-18drivers/cmsis-dap: flush readTomas Vanek1-0/+19
2021-04-18drivers/cmsis-dap: improve error checkingTomas Vanek1-20/+43
2021-04-18helper/command: make script_debug() staticAntonio Borneo1-6/+0
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-2/+4
2021-04-10drivers/cmsis-dap: tidy up buffer accessTomas Vanek4-122/+125
2021-04-10cmsis-dap: don't update the packet size across backends.Adrian Negreanu4-41/+84
2021-04-05openocd: drop dependency from libusb0Antonio Borneo4-91/+1
2021-04-05drivers/arm-jtag-ew: switch to libusb1Antonio Borneo1-20/+27
2021-04-05drivers/usbprog: switch to libusb1Antonio Borneo1-23/+27
2021-03-19drivers: USB Blaster II: close file and release USB device if firmware handli...Oleksij Rempel1-3/+5
2021-03-19drivers: USB Blaster II: claim interface before using itOleksij Rempel1-0/+21
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo9-286/+1
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo6-1464/+4
2021-03-19startup.tcl: remove commands already deprecated in v0.7.0Antonio Borneo1-42/+1
2021-03-10stlink: swo: use completely the available bufferAntonio Borneo1-1/+1
2021-03-10jtag/nulink: add a space after PRIx32Antonio Borneo1-2/+2
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-1/+1
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo1-7/+16