index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
cortex_m3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-05
Improve cortex_m3 command argument parsing.
Zachary T Welch
1
-6
/
+2
2009-11-05
watchpoint_add() cleanup
David Brownell
1
-1
/
+1
2009-11-05
Cortex-M3: expose most DWT registers
David Brownell
1
-21
/
+142
2009-11-05
Cortex-M3: minor cleanup
David Brownell
1
-10
/
+4
2009-11-05
Cortex-M3: DWT cleanup/fixes
David Brownell
1
-56
/
+115
2009-11-05
target: add target->type->has_mmu fn.
Øyvind Harboe
1
-0
/
+7
2009-11-05
target: remove unused interface fn that clutters code
Øyvind Harboe
1
-6
/
+0
2009-11-05
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
1
-3
/
+0
2009-10-28
Cortex-M3: remove exports and forward decls
David Brownell
1
-161
/
+144
2009-09-01
- fix a regression when using cortex_m3 emulated dcc channel
ntfreak
1
-10
/
+19
2009-08-25
David Brownell <david-b@pacbell.net> Tweak disassembly commands:
oharboe
1
-12
/
+16
2009-08-19
David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.
oharboe
1
-17
/
+39
2009-08-18
David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...
oharboe
1
-3
/
+78
2009-07-21
David Brownell <david-b@pacbell.net>:
ntfreak
1
-44
/
+59
2009-07-21
David Brownell <david-b@pacbell.net>:
ntfreak
1
-30
/
+17
2009-07-16
Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...
zwelch
1
-18
/
+31
2009-07-15
David Brownell <david-b@pacbell.net>:
zwelch
1
-2
/
+51
2009-07-12
Magnus Lundin Thc cortex_m3_poll function does not identify that a target is...
oharboe
1
-9
/
+12
2009-06-28
Refactor code, create target_state_name()
duane
1
-5
/
+5
2009-06-27
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...
duane
1
-6
/
+30
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-12
/
+12
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-5
/
+5
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-4
/
+4
2009-06-23
- Fixes '=' whitespace
zwelch
1
-4
/
+4
2009-06-23
- Fixes '<<' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Replace 'while(' with 'while ('.
zwelch
1
-2
/
+2
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-4
/
+4
2009-06-21
C99 printf() -Werror fixes
duane
1
-21
/
+21
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-35
/
+35
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-1
/
+1
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-24
/
+24
2009-06-09
Encapsulate jtag_reset_config using accessors:
zwelch
1
-1
/
+2
2009-06-09
Encapsulate the jtag_trst and jtag_srst variables:
zwelch
1
-1
/
+1
2009-06-04
- add support for different TAR autotincrement sizes as per ARM ADI spec.
ntfreak
1
-0
/
+1
2009-06-02
- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...
ntfreak
1
-1
/
+9
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
1
-179
/
+179
2009-05-31
Final step in isolating target_type_s structure:
zwelch
1
-1
/
+1
2009-05-31
First step in hiding target_type_s from public interface:
zwelch
1
-0
/
+1
2009-05-31
Add wrappers for target->type->examined:
zwelch
1
-3
/
+3
2009-05-31
Add target_write_memory wrapper:
zwelch
1
-3
/
+3
2009-05-31
Add target_read_memory wrapper:
zwelch
1
-1
/
+1
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
1
-11
/
+0
2009-04-27
Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.
mlu
1
-85
/
+132
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-1
/
+1
2009-03-16
- fix issue with cortex_m3 reset run. Thanks Perry Hung
ntfreak
1
-1
/
+9
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-13
/
+4
2008-12-12
- check cortex_m3 FPB is enabled when setting hardware breakpoint
ntfreak
1
-1
/
+8
2008-11-30
jtag newtap change & huge manual update
duane
1
-3
/
+3
2008-11-21
- add new cortex_m3 maskisr cmd
ntfreak
1
-0
/
+39
[next]