use COMMAND_REGISTER macro
[fw/openocd] / src / target / armv7m.c
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...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- gdb server was incorrectly sending null terminator...
2008-03-21 ntfreak- armv7m control register now set as dirty when switchi...
2008-03-11 ntfreak- 16 and 32 bit unaligned accesses supported
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-29 oharboeUwe Hermann:
2008-02-25 oharboeMichael Bruck spotted an omission in svn 322
2008-02-06 mifi- added patch to solve problem with AT91SAM9260 (dirty...
2007-10-22 ntfreak- add verify_image command
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...