aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-1/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch1-3/+3
2009-11-13cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch1-3/+3
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch1-4/+4
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch1-1/+1
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-1/+1
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell1-1/+0
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell1-0/+2
2009-11-05Cortex-M3: minor cleanupDavid Brownell1-6/+0
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell1-28/+0
2009-08-18David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe1-0/+5
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-15/+0
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-0/+15
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-6/+6
2009-06-23- Fixes '<<' whitespacezwelch1-25/+25
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-15/+15
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-3/+3
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu1-3/+3
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+1
2008-12-12- check cortex_m3 FPB is enabled when setting hardware breakpointntfreak1-2/+3
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-1/+1
2008-04-28- add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak1-1/+1
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-1/+0
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak1-26/+1
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-1/+1
2008-02-29Uwe Hermann: oharboe1-0/+1
2008-02-24- fixed target->type->poll() return valueoharboe1-1/+1
2008-01-17- add support for cortex_m3 target_request debugmsgsntfreak1-4/+4
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak1-0/+1
2007-06-24- ST STM32x cortex support addedntfreak1-6/+3
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath1-0/+218