aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-10cortex_m: avoid reading and writing non-existent registersTarek BOCHKATI3-6/+6
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo8-14/+8
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo8-383/+223
2021-03-10arm_tpiu_swo: add support for independent TPIU and SWOAntonio Borneo4-0/+1016
2021-03-10itm: rework itm commands before 'init'Antonio Borneo3-6/+11
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo2-8/+17
2021-03-10drivers/rlink: switch to libusb1Antonio Borneo1-84/+116
2021-03-10armv7m_trace_itm_config: wait for ITMBusy to be clearedAdrian Negreanu2-0/+30
2021-03-10cmsis_dap: remove DAP_MAX_CLOCKAdrian Negreanu1-7/+0
2021-03-10target: Remove redundant initialization of endiannessYasushi SHOJI1-3/+0
2021-03-10target/mips: Remove typedef'd structMarc Schink4-10/+10
2021-03-10flash/nand/lpc32xx: Remove typedef'd structMarc Schink1-10/+10
2021-03-10rtos: Remove typedef'd structMarc Schink14-41/+41
2021-03-10stlink: support of ST-LINK TCP server using stlink-dap and hlaTarek BOCHKATI3-19/+526
2021-03-10stlink: separate stlink core from USB functionsTarek BOCHKATI1-62/+141
2021-03-04target: avoid polling during 'resumed' event handlerAntonio Borneo1-0/+11
2021-02-13target: use proper macro for parsing watchpoint addressPeter Mamonov1-4/+4
2021-02-13Fix jtag_usb_location_equal for path members > 9Krzysztof Hockuba1-2/+2
2021-01-24jlink: fix device discovery when network is offBohdan Tymkiv1-50/+56
2021-01-18configure: drop macro 'AC_HEADER_TIME'Antonio Borneo2-20/+7
2021-01-18driver/ftdi: skip trst in swd modeAntonio Borneo1-11/+13
2021-01-18cortex_m: [FIX] ARMv8-M does not support VECTRESETTarek BOCHKATI1-2/+2
2021-01-18target/riscv: fix build error with -Werror=maybe-uninitializedTarek BOCHKATI1-1/+1
2021-01-18flash/stmqspi: fix build error with -Werror=maybe-uninitializedTarek BOCHKATI1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo18-62/+75
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo7-169/+169
2021-01-13flash/nor/max32xxx: fix path of include fileAntonio Borneo1-1/+1
2021-01-13target: fix memory leak on multiple '-gdb-port' flagAntonio Borneo1-0/+1
2020-12-26gdb_server: fix HW thread status at gdb attachAntonio Borneo1-9/+9
2020-12-26gdb_server: minor fix for indentationAntonio Borneo1-1/+1
2020-12-26rtos/hwthread: fix register list for armv7aAntonio Borneo1-5/+17
2020-12-26cortex-a: fix reset on dapdirect transportsAntonio Borneo1-2/+2
2020-12-26armv7m_trace: stop getting traces from adapter at exitAntonio Borneo3-0/+21
2020-12-26Correct warning messageLuca Lindhorst1-2/+2
2020-12-09flash/nor/stmsmi: fix compile error with clang 12.0.0Antonio Borneo1-4/+3
2020-12-09jtag/drivers/ulink: auto-detect OpenULINK USB endpoints numbersƁukasz Misek1-7/+14
2020-12-09flash/nor/sfdp|stmqspi: fix build issue with clang on mac OSTarek BOCHKATI2-15/+15
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo6-7/+7
2020-12-05mips_mips64: fix minor host endianness bugAntonio Borneo1-1/+1
2020-12-05arm7_9_common: fix host endianness bug in arm7_9_full_context()Antonio Borneo1-4/+20
2020-12-05armv4_5: fix output of command 'arm reg'Antonio Borneo1-0/+3
2020-12-05armv4_5: fix segmentation fault in command 'arm reg'Antonio Borneo1-0/+1
2020-12-05jep106: Add new IDs from JEDECBoran Car1-243/+503
2020-12-02Add initial RTT supportMarc Schink14-4/+1644
2020-12-02adi_v5_swd: wait for readable DPIDR, ABORT if stalledTomas Vanek1-13/+56
2020-12-02arm_adi_v5: prevent possibly endless recursion in dap_dp_init()Tomas Vanek3-23/+43
2020-11-15helper/command: disable logging of registered commands [RFC]Tomas Vanek1-0/+2
2020-11-15flash/nor/stm32f1x: fix error messageTomas Vanek1-1/+1
2020-11-15stm32l4x: cosmetic simplification of get_stm32l4_infoTarek BOCHKATI1-10/+8
2020-11-15flash/stm32l4x: STM32L55/L56xx basic support (non-secure mode)Tarek BOCHKATI2-12/+64