summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
Commit message (Expand)AuthorAgeFilesLines
* cortex_m3: change cortec_m3 reset_config behaviourSpencer Oliver2010-12-031-1/+0
* cortex m3: add cortex_m3 reset_config cmdSpencer Oliver2010-08-311-0/+9
* target files shouldn't #include <target/...h>David Brownell2009-12-131-1/+1
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-031-1/+1
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-1/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch2009-11-131-3/+3
* cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch2009-11-131-3/+3
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch2009-11-131-4/+4
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-1/+1
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-051-1/+0
* target: provide container_of()David Brownell2009-11-051-0/+7
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-051-0/+2
* Cortex-M3: minor cleanupDavid Brownell2009-11-051-6/+0
* Cortex-M3: remove exports and forward declsDavid Brownell2009-10-281-28/+0
* David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe2009-08-181-0/+5
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-15/+0
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-0/+15
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-6/+6
* - Fixes '<<' whitespacezwelch2009-06-231-25/+25
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-15/+15
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-3/+3
* Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu2009-04-271-3/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+1
* - check cortex_m3 FPB is enabled when setting hardware breakpointntfreak2008-12-121-2/+3
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* - add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak2008-04-281-1/+1
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-1/+0
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-111-26/+1
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-1/+1
* Uwe Hermann: oharboe2008-02-291-0/+1
* - fixed target->type->poll() return valueoharboe2008-02-241-1/+1
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-171-4/+4
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-0/+1
* - ST STM32x cortex support addedntfreak2007-06-241-6/+3
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+218