63 Commits (7dc29156fee5d4ae30f65f4c82e8cefde763fe40)

Author SHA1 Message Date
  ntfreak 7dc29156fe - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp_common_t *swjdp instead of arm_jtag_t *jtag_info 15 years ago
  zwelch b3d797699c David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 74df79d4d8 Final step in isolating target_type_s structure: 15 years ago
  zwelch 818aa27a9d First step in hiding target_type_s from public interface: 15 years ago
  zwelch 9cb3af610a Add wrappers for target->type->examined: 15 years ago
  zwelch 95e13054ca Add target_write_memory wrapper: 15 years ago
  zwelch b6db182c00 Add target_read_memory wrapper: 15 years ago
  zwelch 56504fdd73 Audit and eliminate redundant #include directives in other target files. 15 years ago
  mlu b0d04ab6c6 Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 15 years ago
  oharboe 40580e2d71 Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
  ntfreak 8ea1bc666d - fix issue with cortex_m3 reset run. Thanks Perry Hung 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  ntfreak 6c27550f6e - check cortex_m3 FPB is enabled when setting hardware breakpoint 15 years ago
  duane a28eaa85f7 jtag newtap change & huge manual update 15 years ago
  ntfreak 6d49edef7d - add new cortex_m3 maskisr cmd 15 years ago
  ntfreak e507bfddb0 - preserve cortex_m3 C_MASKINTS during resume/step 15 years ago
  ntfreak 76b3c6ece6 - stops multiple calls to examine from allocating the breakpoint arrays 15 years ago
  oharboe 95c3a1758f Rick Altherr <kc8apf@kc8apf.net> - In cortex_m3_resume if debug_execution is non-zero, the PRIMASK and xSPR are modified. The problem is that while the register value is changed, it isn't marked valid or dirty. 15 years ago
  oharboe ccc2e3fe76 Laurentiu Cocanu - memory read/write and exit() error path fixes 15 years ago
  ntfreak 279affdb98 - convert spaces to tabs in at91sam7.[ch] 15 years ago
  oharboe c90c48b00b I do not know why this is necessary, but it fixes strange effects 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe ef1cfb2394 Duane Ellis: "target as an [tcl] object" feature. 15 years ago
  oharboe 8d73c2a9b0 duan ellis target tcl work in progress 16 years ago
  oharboe d8057f6db1 switch to alive_sleep() to avoid gdb timeouts 16 years ago
  oharboe f370d70670 Duane Ellis: fix warnings 16 years ago
  oharboe 1829361253 define resetting the target into the halted or running 16 years ago
  oharboe 3a48961820 moves handling of problems with resetting into the halted state 16 years ago
  oharboe dfbb9f3e89 - jtag_khz/speed are now single parameter only. These are used 16 years ago
  ntfreak 85fc1e06fa - removed duplicate cortex_m3_register_commands 16 years ago
  ntfreak 938e01d0c3 - moved flash erase_check target code to target.c 16 years ago
  oharboe 6f944037d8 now compiles again. 16 years ago
  ntfreak f8a117258a - added new device to luminary flash driver 16 years ago
  ntfreak 8acafd1710 - updated cortex_m3 docs regarding luminary reset behaviour 16 years ago
  ntfreak f2e10a6050 - add cortex_m3 variant luminary to fix reset issue with asserting SRST 16 years ago
  ntfreak cab29a63de - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enabled/disabled for testing 16 years ago
  oharboe dd5bc1f893 Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, this patch allows expressions to be evaluated in GDB that contain function calls. 16 years ago
  oharboe 3aa95240ec fix SEGFAULT regression in cortex after TRST fixes 16 years ago
  oharboe 61ab13f895 TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code. 16 years ago
  oharboe 23837f5a3a allows launching OpenOCD w/telnet+gdb server w/the 16 years ago
  ntfreak 9c3dec377e - single core context used, removed debug context as thought unnecessary. 16 years ago
  oharboe 35b3c95299 - reverted some of the changes that possibly broke arm926ejs. Waiting 16 years ago
  oharboe d3f0549f08 - Work on fixing erase check. Many implementations are plain broken. 16 years ago
  oharboe 4411c2643e TAP_SD/SI are now forbidden end states. 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  ntfreak f669c50fc9 - changed jtag_add_reset errors to warnings 16 years ago
  ntfreak 4622cb15a9 - armv7m control register now set as dirty when switching context 16 years ago
  ntfreak 0fe2a5435a - 16 and 32 bit unaligned accesses supported 16 years ago
  oharboe c78b4fe426 - Improves error handling upon GDB connect 16 years ago
  oharboe bc67c6720b I fixed all the targets even though 16 years ago