]> git.sur5r.net Git - openocd/history - src/target/armv7m.h
armv7m: use generic register core_cache
[openocd] / src / target / armv7m.h
2013-02-02 Spencer Oliverarmv7m: use generic register core_cache
2013-02-02 Spencer Oliverarmv7m: remove unused armv7m_regtype
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode
2012-05-14 Spencer Oliverstlink: add armv7m stlink handling
2012-03-30 Spencer Oliverarmv7m: fix broken stlink build
2012-03-30 Mathias Karmv7m: detect floating point feature
2012-03-14 Mathias Karmv7m: Add a dummy register at the end of the register...
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivertarget: move regmaps to armv7m.c
2011-10-08 Andreas Fritiofsonarmv7m: implement async algorithm functions
2010-07-19 Øyvind Harboedebug: debug entry error propagation
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-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-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-13 David BrownellCortex-M3: improved core exception handling
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-16 Zachary T Welcharmv7m: make core reg read/write use unsigned
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 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-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-06 David BrownellCortex-M3: use the new inheritance/nesting scheme
2009-11-06 David Brownelltarget: provide container_of()
2009-11-05 David BrownellARMv7M: add docs, remove exports
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
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 before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-27 mluChanged armv7m and cortexm3 to use nev arm_adi_v5 inste...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-06-16 ntfreak- removed duplicate cortex_m3_register_commands
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-10 ntfreak- single core context used, removed debug context as...
2008-03-11 ntfreak- 16 and 32 bit unaligned accesses supported
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
2007-10-22 ntfreak- add verify_image command
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...