aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)Author
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16ARMv7-M: no exit() callsDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve armv7m command argument parsing.Zachary T Welch
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell
2009-09-12David Brownell <david-b@pacbell.net> oharboe
2009-08-18David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi...oharboe
2009-08-07- fix segfault introduced during cortex reg cleanupntfreak
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak
2009-05-31Add target_run_algorithm wrapper:zwelch