aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell1-104/+88
2009-11-05Improve cortex_m3 command argument parsing.Zachary T Welch1-6/+2
2009-11-05watchpoint_add() cleanupDavid Brownell1-1/+1
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell1-21/+142
2009-11-05Cortex-M3: minor cleanupDavid Brownell1-10/+4
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell1-56/+115
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe1-0/+7
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-6/+0
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-3/+0
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell1-161/+144
2009-09-01- fix a regression when using cortex_m3 emulated dcc channelntfreak1-10/+19
2009-08-25David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe1-12/+16
2009-08-19David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.oharboe1-17/+39
2009-08-18David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe1-3/+78
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-44/+59
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-30/+17
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-18/+31
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-2/+51
2009-07-12Magnus Lundin Thc cortex_m3_poll function does not identify that a target is...oharboe1-9/+12
2009-06-28Refactor code, create target_state_name()duane1-5/+5
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane1-6/+30
2009-06-23Remove whitespace that occurs before ')'.zwelch1-12/+12
2009-06-23Remove whitespace that occurs after '('.zwelch1-5/+5
2009-06-23- Fixes '[|]' whitespacezwelch1-4/+4
2009-06-23- Fixes '=' whitespacezwelch1-4/+4
2009-06-23- Fixes '<<' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'while(' with 'while ('.zwelch1-2/+2
2009-06-23- Replace 'if(' with 'if ('.zwelch1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-21/+21
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-35/+35
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-24/+24
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+2
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch1-1/+1
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak1-0/+1
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak1-1/+9
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-179/+179
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-3/+3
2009-05-31Add target_write_memory wrapper:zwelch1-3/+3
2009-05-31Add target_read_memory wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-11/+0
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu1-85/+132
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-03-16- fix issue with cortex_m3 reset run. Thanks Perry Hungntfreak1-1/+9
2008-12-13- remove target specific variant and use target->variant memberntfreak1-13/+4
2008-12-12- check cortex_m3 FPB is enabled when setting hardware breakpointntfreak1-1/+8
2008-11-30jtag newtap change & huge manual updateduane1-3/+3