aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-26openocd: include config.h in every file .cAntonio Borneo6-0/+24
2022-03-26arm_tpiu_swo: fix autodetection of SWO pin frequencyAntonio Borneo1-4/+13
2022-03-26tcl/tools: Add function to measure the speed of ARM Cortex-M devicesMarc Schink1-0/+50
2022-03-26semihosting: fix mode flags for local host open()Antonio Borneo1-3/+18
2022-03-19breakpoints: fix build on -fno-inlineAntonio Borneo1-2/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink21-242/+258
2022-03-19flash/stm32l4x: fix auto-probe when RDP is promoted from 0 to 0.5Tarek BOCHKATI1-2/+13
2022-03-19tcl/stm32u5x: fix clock config used at 'reset init'Tarek BOCHKATI1-9/+12
2022-03-19stlink: enable queuing with stlink-server API v3Tarek BOCHKATI1-8/+21
2022-03-19semihosting: permit redirection of semihosting I/O to TCPTarek BOCHKATI3-17/+343
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo4-21/+49
2022-03-19gdb_server: simplify logic to enable/disable gdb_log_callback()Antonio Borneo1-13/+29
2022-03-19server: change prototype of add_service()Antonio Borneo9-46/+107
2022-03-19log: drop global current_timeAntonio Borneo1-4/+2
2022-03-19server: fix: remove kept_alive() from server loopAntonio Borneo1-1/+0
2022-03-12Remove all occurrences of 'mem2array' and 'array2mem'Marc Schink18-123/+79
2022-03-12target: Deprecate 'array2mem' and 'mem2array''Marc Schink3-84/+35
2022-03-12target/tcl: Add 'read_memory' and 'write_memory'Marc Schink2-0/+399
2022-03-12jimtcl: add configure flag for build maintainer modeAntonio Borneo2-2/+11
2022-03-12board: Add LS1046ARDBSean Anderson1-0/+17
2022-03-12target: Add LS1046ASean Anderson1-0/+56
2022-03-12flash/nor/efm32: Use Cortex-M 'core_info' fieldMarc Schink1-11/+7
2022-03-12flash/nor/sim3x: Fix typoMarc Schink1-1/+1
2022-03-12flash/stm32h7x: fix FLASH_WPSN_PRG mask used for protectionTarek BOCHKATI1-1/+2
2022-03-12jtag_vpi: Minor cleanup in jtag_vpi driverJan Matyas1-20/+21
2022-03-12tcl: don't use 'set' to retrieve the value of a variableAntonio Borneo4-4/+4
2022-03-12tcl/board: Add AM625 EVM basic supportNishanth Menon1-0/+25
2022-03-12tcl/target/ti_k3: Add AM625 SoCNishanth Menon1-0/+25
2022-03-12tcl/board: Add J721s2 EVM basic supportNishanth Menon1-0/+25
2022-03-12tcl/target/ti_k3: Add J721S2 SoCNishanth Menon1-0/+20
2022-03-12tcl/target/ti_k3: Add a gdb-attach event hook for armv8 and simplify startup ...Nishanth Menon1-11/+28
2022-03-12tcl/target/ti_k3: Add a gdb-attach event hook for r5 and simplify startup fun...Nishanth Menon1-34/+16
2022-03-12tcl/target/ti_k3: Rename R5 targets to be more descriptiveNishanth Menon1-23/+12
2022-03-12tcl/target/ti_k3: Rename m4 target as general purpose mcuNishanth Menon1-17/+17
2022-03-12tcl/target/ti_k3: Rename m3 target as sysctrlNishanth Menon1-16/+16
2022-03-12tcl/target/ti_k3: Add a gdb-attach event hook for m3 and m4Nishanth Menon1-0/+12
2022-03-12tcl/target/ti_k3: Remove args from m3 and m4_upNishanth Menon1-2/+2
2022-03-12cortex_m: use LOG_TARGET_XXXTarek BOCHKATI1-106/+104
2022-03-12tcl/stm32l5x|u5x: refactor common tcl codeTarek BOCHKATI3-315/+164
2022-03-12flash/stm32f1x,f2x: fix endianess in slow fallback flash writeTomas Vanek2-8/+2
2022-03-05target/arm_tpiu: Fix usage of 'tpiu create'Marc Schink1-1/+1
2022-03-05target/arm_tpiu: Fix 'tpiu create' parameter checkMarc Schink1-1/+1
2022-03-05target/arm_tpiu: Make error message easier to understandMarc Schink1-1/+2
2022-03-05target/tcl: Add get_reg functionMarc Schink2-0/+137
2022-03-05target/tcl: Add set_reg functionMarc Schink2-0/+95
2022-03-01flash/stm32l4x: fix maybe-uninitialized compiler errorTarek BOCHKATI1-1/+1
2022-02-26gdb_server: check target examined while combining reg listAntonio Borneo1-0/+12
2022-02-26gdb_server: fix double freeAntonio Borneo1-15/+17
2022-02-26board: Add NXP LS1088ARDBSean Anderson1-0/+14
2022-02-26target: ls1088a: Add service processorSean Anderson1-0/+32