48 Commits (2e779198535580515dfa9c8bfe1f3fe08abdb84b)

Author SHA1 Message Date
  zwelch 2e77919853 Remove whitespace at end of lines, step 1. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  duane be680ada77 C99 printf() -Werror fixes 15 years ago
  zwelch db7e77237c Transform 'u32' to 'uint32_t' in src/target/arm* 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch 86173cdbdd Transform 'u8' to 'uint8_t' in src/target 15 years ago
  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 fbe8cf72a5 Add target_run_algorithm wrapper: 15 years ago
  zwelch 68b05c5575 Audit and eliminate redundant #include directives in arm target files. 15 years ago
  zwelch 41638e0a09 Change reg_s value field from u8 * to void *; it must always be cast. 15 years ago
  mlu a644bc11a5 Added dap baseaddr and dap apid commands 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
  mlu 47a81338a5 Slight improvement in run_algorithm register restore. 15 years ago
  ntfreak e507bfddb0 - preserve cortex_m3 C_MASKINTS during resume/step 15 years ago
  ntfreak 5aa7985bc7 - remove build warnings 15 years ago
  oharboe 4631fb2dc7 Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algorithms more gracefully 15 years ago
  ntfreak d58229e73b - remove build warnings 15 years ago
  oharboe 2de5a007d1 Laurentiu Cocanu - more error handling fixes 15 years ago
  oharboe a7ae35e798 hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix 15 years ago
  oharboe 3aef2f0858 Fixes SEGFAULT when setting registers from GDB. 15 years ago
  oharboe e8e5995160 fixed crash in dummy register handling 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe 8d73c2a9b0 duan ellis target tcl work in progress 16 years ago
  oharboe c4567145ae fix BUG: keep_alive() error messages 16 years ago
  ntfreak 938e01d0c3 - moved flash erase_check target code to target.c 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 c4a2fdbc39 Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour. 16 years ago
  ntfreak 9c3dec377e - single core context used, removed debug context as thought unnecessary. 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  ntfreak a96f96d1f0 - gdb server was incorrectly sending null terminator on qXfer:features:read: packet 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 e6dac739cf - the jtag chain is examined and validated after GDB & telnet servers 16 years ago
  oharboe c78b4fe426 - Improves error handling upon GDB connect 16 years ago
  oharboe 2c5fc392f0 Uwe Hermann tightned up comments, etc. to follow OpenOCD policy 16 years ago
  oharboe 6d3bed69dc Uwe Hermann: 16 years ago
  oharboe d8456e4826 Michael Bruck spotted an omission in svn 322 16 years ago
  mifi a34e4b39c4 - added patch to solve problem with AT91SAM9260 (dirty register) 16 years ago
  ntfreak e27696f6b0 - add verify_image command 16 years ago
  ntfreak 995326b600 - flash autoerase <on|off> cmd added, default is off - flash banks are calculated and erased prior to write (flash write_image only) 16 years ago
  mlu ed36a8d15d - Fixed display of sector sizes in flash.c 16 years ago
  ntfreak eba4e394d8 - corrected stm32x_handle_options_write_command, incorrect options printed 17 years ago
  ntfreak 8c290412d2 - ST STM32x cortex support added 17 years ago
  drath 09883194f8 - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin) 17 years ago