aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstreamTim Newsome1-1/+1
2022-10-27target: Add TARGET_UNAVAILABLE state. (#752)Tim Newsome1-0/+3
2022-09-16Make poll backoff time based.Tim Newsome1-2/+5
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
2019-03-06target: Remove unused variable 'has_percent'Marc Schink1-1/+0
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-1/+2
2019-03-01target: Use proper data types for timer callbackMarc Schink1-3/+8
2019-02-15target, breakpoints: improve error handlingTomas Vanek1-0/+1
2019-02-07Rtos riscv (#350)Tim Newsome1-0/+10
2018-11-19From upstream (#331)Tim Newsome1-0/+24
2018-11-13Permit null target on TCL connectionChristopher Head1-0/+1
2018-10-16esirisc: support eSi-RISC targetsSteven Stallion1-0/+7
2018-10-16gdb_server: add support for architecture elementSteven Stallion1-0/+7
2018-10-01gdb_server: avoid gdb server for virtual targetsAntonio Borneo1-0/+7
2018-09-07gdb_server: add per target option "-gdb-port"Antonio Borneo1-0/+2
2018-06-04Rework/update ARM semihostingLiviu Ionescu1-4/+7