aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-07target/arm7tdmi: remove unused/deprecated function parameterAntonio Borneo1-81/+78
2020-11-07target: Examine subsequent targets after failureKevin Yang1-3/+5
2020-11-07target/image: Use proper data typesMarc Schink5-42/+32
2020-11-07semihosting: print the semihosting operation idAdrian Negreanu2-2/+2
2020-11-07armv7m: add a TCP channel to stream captured traceTarek BOCHKATI2-19/+120
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI1-1/+2
2020-11-04target/adi_v5_jtag: remove unused global variableAntonio Borneo1-1/+1
2020-11-04cortex_m: declare local functions as staticAntonio Borneo2-6/+3
2020-11-04target: declare local symbols as staticAntonio Borneo19-51/+48
2020-11-04target: handle command 'target current' when no target is presentAntonio Borneo1-1/+3
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo2-3/+27
2020-11-04target/arm_cti: use adiv5_jim_mem_ap_spot_configure()Antonio Borneo2-101/+47
2020-11-04target/arm_adi_v5: add helper to get mem_ap spot in configure/cgetAntonio Borneo2-85/+135
2020-10-30target: restore last run state after profilingChristopher Head1-1/+13
2020-10-30target/cortex_m: reduce duplication in profilingChristopher Head3-47/+24