build: cleanup src/target directory
[fw/openocd] / src / target / armv7m.c
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivertarget: move regmaps to armv7m.c
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-10-25 Andreas Fritiofsonarmv7m: improve error handling
2011-10-08 Andreas Fritiofsonarmv7m: implement async algorithm functions
2011-03-17 Uwe HermannFix a bunch of typos.
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-10-28 Spencer Oliversrc: add loader src description
2010-07-20 Spencer Oliverarmv7m: exit_point optional for armv7m_run_algorithm
2010-05-10 Spencer Oliverarmv7m: 20 second timeout/megabyte for CRC check
2010-04-09 Antonio BorneoARMv7M: review scope of functions
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-03-05 David BrownellADIv5 share DAP command support
2010-03-05 David Brownellrename "swjdp_common" as "adiv5_dap"
2010-02-28 Spencer Oliversemihosting: add armv7m semihosting support
2010-02-28 Spencer OliverARMv7M: add arm cmd group
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-02-04 David BrownellARMv7-M: make DAP commands verify target is an ARMv7-M
2010-01-29 David BrownellARMv7-M: use command handler for "dap baseaddr".
2010-01-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-05 David BrownellARMv7-M: use AP_REG_* symbol
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welcharmv7m: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 David BrownellARMv7-M: no exit() calls
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welcharmv7m: make core reg read/write use unsigned
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welcharmv7m_core_reg_t -> struct armv7m_core_reg
2009-11-13 Zachary T Welcharmv7m_algorithm_t -> struct armv7m_algorithm
2009-11-13 Zachary T Welcharmv7m_common_t -> struct armv7m_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-06 David BrownellCortex-M3: use the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove armv7m command argument parsing.
2009-11-05 David BrownellARMv7M: add docs, remove exports
2009-09-12 oharboeDavid Brownell <david-b@pacbell.net>
2009-08-18 oharboeDavid Brownell <david-b@pacbell.net> Several of the...
2009-08-07 ntfreak- fix segfault introduced during cortex reg cleanup
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-06 zwelchChange reg_s value field from u8 * to void *; it must...
2009-04-27 mluAdded dap baseaddr and dap apid commands
2009-04-27 mluChanged armv7m and cortexm3 to use nev arm_adi_v5 inste...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-03 mluSlight improvement in run_algorithm register restore.
2008-11-20 ntfreak- preserve cortex_m3 C_MASKINTS during resume/step
2008-11-06 ntfreak- remove build warnings
2008-11-02 oharboeØyvind Harboe and Rick Altherr <kc8apf@kc8apf.net>...
2008-10-14 ntfreak- remove build warnings
2008-10-14 oharboeLaurentiu Cocanu - more error handling fixes
2008-10-13 oharboehontor <hontor@126.com> - ARMV7_GDB_HACKS compilation...
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-10-07 oharboefixed crash in dummy register handling
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-26 ntfreak- added ARMV7_GDB_HACKS define to armv7m.h, enabling...
next