index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
cortex_m3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
1
-35
/
+35
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-1
/
+1
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-24
/
+24
*
Encapsulate jtag_reset_config using accessors:
zwelch
2009-06-09
1
-1
/
+2
*
Encapsulate the jtag_trst and jtag_srst variables:
zwelch
2009-06-09
1
-1
/
+1
*
- add support for different TAR autotincrement sizes as per ARM ADI spec.
ntfreak
2009-06-04
1
-0
/
+1
*
- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...
ntfreak
2009-06-02
1
-1
/
+9
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-01
1
-179
/
+179
*
Final step in isolating target_type_s structure:
zwelch
2009-05-31
1
-1
/
+1
*
First step in hiding target_type_s from public interface:
zwelch
2009-05-31
1
-0
/
+1
*
Add wrappers for target->type->examined:
zwelch
2009-05-31
1
-3
/
+3
*
Add target_write_memory wrapper:
zwelch
2009-05-31
1
-3
/
+3
*
Add target_read_memory wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-11
1
-11
/
+0
*
Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.
mlu
2009-04-27
1
-85
/
+132
*
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-19
1
-1
/
+1
*
- fix issue with cortex_m3 reset run. Thanks Perry Hung
ntfreak
2009-03-16
1
-1
/
+9
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-13
/
+4
*
- check cortex_m3 FPB is enabled when setting hardware breakpoint
ntfreak
2008-12-12
1
-1
/
+8
*
jtag newtap change & huge manual update
duane
2008-11-30
1
-3
/
+3
*
- add new cortex_m3 maskisr cmd
ntfreak
2008-11-21
1
-0
/
+39
*
- preserve cortex_m3 C_MASKINTS during resume/step
ntfreak
2008-11-20
1
-42
/
+58
*
- stops multiple calls to examine from allocating the breakpoint arrays
ntfreak
2008-11-14
1
-40
/
+43
*
Rick Altherr <kc8apf@kc8apf.net> - In cortex_m3_resume if debug_execution is...
oharboe
2008-11-02
1
-0
/
+5
*
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
2008-10-15
1
-4
/
+18
*
- convert spaces to tabs in at91sam7.[ch]
ntfreak
2008-09-27
1
-31
/
+29
*
I do not know why this is necessary, but it fixes strange effects
oharboe
2008-09-26
1
-1
/
+8
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-8
/
+3
*
Duane Ellis: "target as an [tcl] object" feature.
oharboe
2008-09-01
1
-21
/
+14
*
duan ellis target tcl work in progress
oharboe
2008-08-24
1
-6
/
+11
*
switch to alive_sleep() to avoid gdb timeouts
oharboe
2008-08-19
1
-1
/
+1
*
Duane Ellis: fix warnings
oharboe
2008-08-05
1
-2
/
+2
*
define resetting the target into the halted or running
oharboe
2008-08-05
1
-0
/
+7
*
moves handling of problems with resetting into the halted state
oharboe
2008-08-05
1
-2
/
+2
*
- jtag_khz/speed are now single parameter only. These are used
oharboe
2008-07-21
1
-1
/
+1
*
- removed duplicate cortex_m3_register_commands
ntfreak
2008-06-16
1
-3
/
+0
*
- moved flash erase_check target code to target.c
ntfreak
2008-05-27
1
-0
/
+1
*
now compiles again.
oharboe
2008-04-30
1
-4
/
+4
*
- added new device to luminary flash driver
ntfreak
2008-04-30
1
-4
/
+32
*
- updated cortex_m3 docs regarding luminary reset behaviour
ntfreak
2008-04-29
1
-1
/
+1
*
- add cortex_m3 variant luminary to fix reset issue with asserting SRST
ntfreak
2008-04-28
1
-3
/
+25
*
- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...
ntfreak
2008-04-26
1
-15
/
+33
*
Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...
oharboe
2008-04-17
1
-2
/
+17
*
fix SEGFAULT regression in cortex after TRST fixes
oharboe
2008-04-16
1
-3
/
+17
*
TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...
oharboe
2008-04-14
1
-8
/
+0
*
allows launching OpenOCD w/telnet+gdb server w/the
oharboe
2008-04-13
1
-0
/
+2
*
- single core context used, removed debug context as thought unnecessary.
ntfreak
2008-04-10
1
-119
/
+86
*
- reverted some of the changes that possibly broke arm926ejs. Waiting
oharboe
2008-04-04
1
-1
/
+1
*
- Work on fixing erase check. Many implementations are plain broken.
oharboe
2008-04-03
1
-10
/
+16
*
TAP_SD/SI are now forbidden end states.
oharboe
2008-03-26
1
-38
/
+13
[next]