aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome1-3/+5
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome1-5/+0
2023-10-17Revert "target: Update messages connected with `examine`"Kirill Radkin1-6/+0
2023-10-03target: Update messages connected with `examine`Kirill Radkin1-0/+6
2023-06-10gdb_server: add debug signal reason printsMarek Vrbka1-0/+2
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-3/+3
2023-05-13target: rewrite command 'arp_reset' as COMMAND_HANDLERAntonio Borneo1-5/+0
2023-05-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome1-0/+4
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome1-21/+10
2023-02-28Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstreamTim Newsome1-1/+1
2023-01-15target/cortex_m: add SMP support for Cortex-MTomas Vanek1-0/+4
2022-10-27target: Add TARGET_UNAVAILABLE state. (#752)Tim Newsome1-0/+3
2022-09-16Make poll backoff time based.Tim Newsome1-2/+5
2022-09-13openocd: remove recently added CamelCase symbolsAntonio Borneo1-8/+8
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-27Give each SMP group a unique number.Tim Newsome1-1/+1
2022-03-03From upstream (#684)Tim Newsome1-2/+13
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-2/+4
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás1-0/+9
2021-12-28Merge branch 'master' into from_upstreamTim Newsome1-0/+7
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek1-0/+7
2021-11-30Merge branch 'master' into from_upstreamTim Newsome1-2/+2
2021-11-20target: Use target_addr_t for algorithm addresses.Tim Newsome1-3/+3
2021-08-31Fix build.Tim Newsome1-1/+1
2021-08-30Merge branch 'master' into from_upstreamTim Newsome1-1/+6
2021-07-31Call poll at a fixed interval.Tim Newsome1-1/+8
2021-06-11From upstream (#620)Tim Newsome1-2/+2
2021-06-04Add target_data_bits().Tim Newsome1-0/+7
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2021-03-05RISC-V Freertos support (#582)Tim Newsome1-0/+2
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-1/+18
2020-11-11target/cortex_m: Change sleep to running stateKevin Yang1-1/+1
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch1-0/+12
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo1-0/+2
2020-10-30target/cortex_m: reduce duplication in profilingChristopher Head1-0/+3
2020-10-07Add memory sample feature (#541)Tim Newsome1-3/+5
2020-08-18Create `riscv repeat_read` command (#510)Tim Newsome1-1/+1
2020-06-23Merge branch 'master' into from_upstreamTim Newsome1-2/+7
2020-05-24openocd: properly use jim data typesAntonio Borneo1-2/+3
2020-04-21target/armv7m: minor fixes of target algo exit point checkTomas Vanek1-0/+1
2020-04-09target: added events TARGET_EVENT_STEP_START and _ENDJan Matyas1-0/+2
2020-03-12target: add examine-fail eventTomas Vanek1-0/+1
2019-11-04Add support for 64-bit memory reads/writes (#419)Tim Newsome1-0/+7
2019-09-27Merge branch 'master' into from_upstreamTim Newsome1-0/+5
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-0/+10
2019-06-19Improve block read and checksum speed (#381)Tim Newsome1-1/+1
2019-05-23target: make handle_md_output() globalTomas Vanek1-0/+5
2019-04-03Merge branch 'master' into from_upstreamTim Newsome1-5/+21
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-0/+10