aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25use ARRAY_SIZE macroZachary T Welch1-2/+2
2009-11-24remove target_type register_command callbackZachary T Welch1-6/+1
2009-11-24armv7m: use register_commands()Zachary T Welch1-28/+48
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-19target: create/use register_cache_invalidate()David Brownell1-15/+0
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-35/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-17target: simplify register get/set opsDavid Brownell1-11/+5
2009-11-16ARMv7-M: no exit() callsDavid Brownell1-4/+4
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-9/+6
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch1-4/+4
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-9/+26
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-19/+19
2009-11-13reg_t -> struct regZachary T Welch1-10/+10
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-3/+3
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch1-5/+5
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch1-3/+3
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch1-16/+16
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-5/+5
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-3/+3
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-3/+3
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-10/+5
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell1-27/+25
2009-11-05Improve armv7m command argument parsing.Zachary T Welch1-11/+20
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell1-28/+62
2009-09-12David Brownell <david-b@pacbell.net> oharboe1-4/+4
2009-08-18David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi...oharboe1-29/+30
2009-08-07- fix segfault introduced during cortex reg cleanupntfreak1-2/+2
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-3/+10
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-56/+69
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-20/+11
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-79/+53
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-13/+28
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-7/+7
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-3/+3
2009-06-23- Replace 'if(' with 'if ('.zwelch1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-8/+8