summaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
Commit message (Expand)AuthorAgeFilesLines
* target: create/use register_cache_invalidate()David Brownell2009-11-191-15/+0
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-35/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-7/+7
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* target: simplify register get/set opsDavid Brownell2009-11-171-11/+5
* ARMv7-M: no exit() callsDavid Brownell2009-11-161-4/+4
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-9/+6
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-161-4/+4
* #include "target.h" less wildlyDavid Brownell2009-11-161-0/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-9/+26
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-19/+19
* reg_t -> struct regZachary T Welch2009-11-131-10/+10
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-3/+3
* armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch2009-11-131-5/+5
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-3/+3
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-16/+16
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-5/+5
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-3/+3
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-3/+3
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-10/+5
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-051-27/+25
* Improve armv7m command argument parsing.Zachary T Welch2009-11-051-11/+20
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-051-28/+62
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-4/+4
* David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi...oharboe2009-08-181-29/+30
* - fix segfault introduced during cortex reg cleanupntfreak2009-08-071-2/+2
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-3/+10
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-56/+69
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-20/+11
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-79/+53
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-13/+28
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-8/+8
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-18/+18
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-4/+4
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-021-4/+24