aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-19build: remove warnings with gcc 11Rene Kita2-6/+6
2021-03-19aarch64: handle semihosting in aarch32 stateTarek BOCHKATI2-8/+56
2021-03-19telnet: support end and home keysTarek BOCHKATI1-0/+6
2021-03-19Implement CRC32 algorithm for RISC-V.Tim Newsome2-2/+81
2021-03-19aarch64: add support for "reset halt"Christian Hoff2-7/+108
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo12-311/+3
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo6-1464/+4
2021-03-19ioutil: drop the code, deprecated in v0.10.0Antonio Borneo5-598/+0
2021-03-19oocd_trace: drop the code, deprecated in v0.10.0Antonio Borneo4-486/+0
2021-03-19target: remove handling of target's deprecated_nameAntonio Borneo2-10/+0
2021-03-19target: remove target names already deprecated in v0.8.0Antonio Borneo3-3/+0
2021-03-19startup.tcl: remove commands already deprecated in v0.7.0Antonio Borneo3-70/+1
2021-03-19openocd: remove command line flag -p/--pipe deprecated in v0.5.0Antonio Borneo1-9/+1
2021-03-19target/arm920t: remove command 'arm920t cp15i' deprecated in v0.4.0Antonio Borneo1-83/+0
2021-03-19target/arm720t: remove command 'arm720t cp15' deprecated in v0.4.0Antonio Borneo1-79/+0
2021-03-16flash/stm32l4x: zero init stm32l4_flash_bank struct on flash bank initializationRaúl Sanchez Siles1-1/+1
2021-03-10flash/nor/stmqspi: Replace macros with static inline functionsMarc Schink1-96/+131
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-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