aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-19aarch64: handle semihosting in aarch32 stateTarek BOCHKATI2-8/+56
2021-03-19tcl/interface/ftdi: Add miniWiggler debugger configAndrew Wesie2-0/+37
2021-03-19telnet: support end and home keysTarek BOCHKATI1-0/+6
2021-03-19Implement CRC32 algorithm for RISC-V.Tim Newsome6-6/+382
2021-03-19aarch64: add support for "reset halt"Christian Hoff2-7/+108
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo13-341/+3
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo10-1666/+5
2021-03-19ioutil: drop the code, deprecated in v0.10.0Antonio Borneo7-671/+0
2021-03-19oocd_trace: drop the code, deprecated in v0.10.0Antonio Borneo6-528/+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 Borneo2-12/+1
2021-03-19target/arm920t: remove command 'arm920t cp15i' deprecated in v0.4.0Antonio Borneo2-95/+0
2021-03-19target/arm720t: remove command 'arm720t cp15' deprecated in v0.4.0Antonio Borneo2-96/+0
2021-03-16flash/stm32l4x: zero init stm32l4_flash_bank struct on flash bank initializationRaúl Sanchez Siles1-1/+1
2021-03-10configure.ac: switch to autoconf 2.69Antonio Borneo1-1/+1
2021-03-10jimtcl: update to version 0.80 (2020-10-29)Antonio Borneo2-0/+2
2021-03-10tcl/target: add BCM2711 configuration fileTarek BOCHKATI1-0/+62
2021-03-10tcl/target: add BCM2837 configuration fileTarek BOCHKATI1-0/+64
2021-03-10tcl/target: add BCM2836 configuration fileTarek BOCHKATI1-0/+59
2021-03-10tcl/target: add BCM2835 configuration fileTarek BOCHKATI1-0/+24
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-10Add configuration file for Olimex H405Felipe Balbi1-0/+8
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo8-14/+8
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo9-432/+223
2021-03-10tcl/target: start using the new TPIU/SWO supportAntonio Borneo3-12/+54
2021-03-10arm_tpiu_swo: add support for independent TPIU and SWOAntonio Borneo5-6/+1164
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 Borneo2-85/+117
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-10tcl/target: add Rockchip RK3399 targetJiri Kastner1-0/+79
2021-03-10stlink: support of ST-LINK TCP server using stlink-dap and hlaTarek BOCHKATI4-19/+546
2021-03-10stlink: separate stlink core from USB functionsTarek BOCHKATI1-62/+141
2021-03-10eMAG: Add Ampere eMAG config filesAnthony Ferranti2-0/+150
2021-03-10tcl/board: Add AM642 EVM basic supportNishanth Menon1-0/+24
2021-03-10tcl/board: Add J7200 EVM basic supportNishanth Menon1-0/+24
2021-03-10tcl/board: Add J721E EVM basic supportNishanth Menon1-0/+24
2021-03-10tcl/board: Add AM654 EVM basic supportNishanth Menon1-0/+24
2021-03-10tcl/target: Add K3 basic supportNishanth Menon1-0/+256
2021-03-07Restore normal development cyclePaul Fertser3-205/+240