aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Remove remaining references to FTD2XX driverAndreas Fritiofson21-1825/+3
2021-11-05drivers/linuxgpiod: add support for opendrain trstAlex Crawford1-1/+5
2021-11-05stlink: skip rw-misc commands with TCP serverAntonio Borneo1-0/+7
2021-11-05stlink: add support for rw-misc commandsAntonio Borneo1-4/+193
2021-11-05stlink: dequeue CSW write only if it doesn't change csw_defaultAntonio Borneo1-4/+17
2021-11-05stlink: add support for native no_addr_incr commandsAntonio Borneo1-2/+106
2021-11-05stlink: collapse consecutive mem AP r/w in a single commandAntonio Borneo1-42/+94
2021-11-05stlink: detect mem_ap R/W and dequeue set TAR and CSWAntonio Borneo1-8/+172
2021-11-05stlink: expose ap number and csw in memory r/wAntonio Borneo1-34/+89
2021-11-05stlink: add queue in dap-direct modeAntonio Borneo1-47/+181
2021-11-05stlink: check buffer size on 16 and 32 bit memory transferAntonio Borneo1-8/+35
2021-11-03flash/nor/stm32lx: fixed writes at high adapter speedsJimmy3-23/+58
2021-10-25jtag/core: remove unused variableAntonio Borneo1-2/+0
2021-10-25jtag/aice: remove unused exported struct aice_interface_param_sAntonio Borneo1-11/+0
2021-10-25hla: improve readability of struct hl_interface_s initializationAntonio Borneo1-1/+15
2021-10-25riscv: use relative path to include contrib's dataAntonio Borneo1-2/+2
2021-10-25openocd: remove 'src' prefix from #include pathAntonio Borneo2-2/+2
2021-10-25Upstream a whole host of RISC-V changes.Tim Newsome9-1639/+2601
2021-10-25tcl/stm32mp15x: freeze watchdog, recover SWD after power cycleAntonio Borneo1-1/+4
2021-10-25flash/nor/psoc6: fix doxygen commentAntonio Borneo1-2/+1
2021-10-25command: document enum command_modeAntonio Borneo1-0/+9
2021-10-25mips64_pracc: fix three dead assignmentsAntonio Borneo1-5/+2
2021-10-25target/lakemont: fix dead assignmentAntonio Borneo1-1/+2
2021-10-25armv8: fix five dead assignmentsAntonio Borneo1-8/+16
2021-10-25arm_semihosting: fix two dead assignmentsAntonio Borneo1-2/+2
2021-10-25arm_tpiu_swo: fix two dead assignmentsAntonio Borneo1-1/+5
2021-10-25jtag/core: fix unused assignmentAntonio Borneo1-4/+3
2021-10-02gitignore: Add GNU Global tag filesYasushi SHOJI1-0/+5
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI15-19/+18
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome6-28/+28
2021-10-02stlink-dap: add 'cmd' to send arbitrary commandsAntonio Borneo2-0/+64
2021-10-02udev: add ASIX Presto programmerAntonio Borneo1-0/+3
2021-10-02target: reset target examined flag if target::examine() failsTarek BOCHKATI1-11/+18
2021-10-02target/cortex_m: enhance multi-core examine logsTarek BOCHKATI1-3/+7
2021-09-25tcl/stm32wlx.cfg: comply with new jimtcl expr syntaxTarek BOCHKATI1-1/+1
2021-09-25driver/linuxgpiod: add support for opendrain srstAlex Crawford1-19/+24
2021-09-25Speed up remote bitbang.Tim Newsome1-67/+87
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo4-4/+4
2021-09-25arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'Antonio Borneo2-2/+12
2021-09-25arm_adi_v5: drop ANY_ID from table dap_part_numsAntonio Borneo1-16/+5
2021-09-25arm_adi_v5: add arm Neoverse N2 part numbersAntonio Borneo1-0/+1
2021-09-25arm_adi_v5: add arm Neoverse N1 part numbersKevin Burke1-0/+1
2021-09-25arm_adi_v5: add arm Cortex-R52 part numbersAntonio Borneo1-0/+5
2021-09-25arm_adi_v5: add arm SoC-600 part numbersAntonio Borneo1-0/+14
2021-09-25arm_adi_v5: add helper to search for part numberAntonio Borneo1-27/+26
2021-09-25arm_adi_v5: move in a separate function devtype decode/displayKevin Burke1-140/+149
2021-09-25arm_adi_v5: simplify handling of AP typeAntonio Borneo2-70/+65
2021-09-25arm_coresight: add include file and use itAntonio Borneo5-51/+145
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo19-1/+21
2021-09-18Partially Revert "flash/stm32l4x: introduce flash programming without loader"Oleksij Rempel2-48/+13