aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo10-31/+40
2021-11-13jtag/adapter: move config vars in struct adapter_configAntonio Borneo1-20/+22
2021-11-13jtag: move adapter init/quit and speed to adapter.cAntonio Borneo3-182/+186
2021-11-13jtag/adapter: move 'usb location' code in adapter.cAntonio Borneo9-142/+126
2021-11-13jtag/core: get rid of variable 'jtag'Antonio Borneo1-32/+36
2021-11-12Update jtagspi driver for 1-, 2- and 4-byte addressesAndreas Bolsch1-90/+443
2021-11-07jimtcl: revert temporary workaround for memory leak in jimtcl 0.80Antonio Borneo1-35/+0
2021-11-05rtos: use struct member names instead of commentsTim Newsome9-90/+82
2021-11-05jtag: drivers: bcm2835gpio: don't allow GPIOs > 31Paul Fertser1-1/+1
2021-11-05Remove remaining references to FTD2XX driverAndreas Fritiofson3-22/+2
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 speedsJimmy1-4/+21
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-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-02helper: Remove src/helper from include dirsYasushi SHOJI14-18/+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 Borneo1-0/+44
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-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