aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-03-19target/arc: refactor ARC register numbers definesEvgeniy Didin3-8/+51
2021-03-19build: remove warnings with gcc 11Rene Kita1-3/+3
2021-03-19aarch64: handle semihosting in aarch32 stateTarek BOCHKATI2-8/+56
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 Borneo2-24/+1
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 Borneo1-17/+0
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-10cortex_m: avoid reading and writing non-existent registersTarek BOCHKATI3-6/+6
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo2-3/+2
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo7-382/+222
2021-03-10arm_tpiu_swo: add support for independent TPIU and SWOAntonio Borneo3-0/+1009
2021-03-10itm: rework itm commands before 'init'Antonio Borneo3-6/+11
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo1-1/+1
2021-03-10armv7m_trace_itm_config: wait for ITMBusy to be clearedAdrian Negreanu2-0/+30
2021-03-10target: Remove redundant initialization of endiannessYasushi SHOJI1-3/+0
2021-03-10target/mips: Remove typedef'd structMarc Schink4-10/+10
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-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-13openocd: fix doxygen parameters of functionsAntonio Borneo7-43/+47
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo1-12/+12
2021-01-13target: fix memory leak on multiple '-gdb-port' flagAntonio Borneo1-0/+1
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-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-02Add initial RTT supportMarc Schink5-2/+482
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-15target/armv7m, cortex_m: fix misleading commentsTomas Vanek2-6/+9
2020-11-15target/cortex_m: remove wrong xPSR.ICI/IT bits handlingTomas Vanek1-6/+0
2020-11-15target/armv7m: use arch_info[i].value instead of allocated memoryTomas Vanek2-6/+1
2020-11-15cortex_m: use the new enum ARMV7M_REGSEL_nameAntonio Borneo1-1/+1
2020-11-15target/cortex_m,hla_target: rework Cortex-M register handling part 4Tomas Vanek2-227/+8
2020-11-15target/armv7m: rework Cortex-M register handling part 3Tomas Vanek4-165/+159
2020-11-15target/armv7m: rework Cortex-M register handling part 2Tomas Vanek2-37/+3
2020-11-15target/armv7m: rework Cortex-M register handling part 1Tomas Vanek4-107/+194
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek3-2/+4
2020-11-15flash/stmqspi: minor fixes on coding styleAntonio Borneo1-1/+1
2020-11-11target/cortex_m: Change sleep to running stateKevin Yang2-7/+3
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch4-4/+170