index
:
riscv-tools/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
/
armv7m.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-1
/
+1
2009-06-23
- Fixes '=' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-3
/
+3
2009-06-21
C99 printf() -Werror fixes
duane
1
-8
/
+8
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
1
-18
/
+18
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-6
/
+6
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-4
/
+4
2009-06-02
- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...
ntfreak
1
-4
/
+24
2009-05-31
Add target_run_algorithm wrapper:
zwelch
1
-2
/
+2
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
1
-10
/
+1
2009-05-06
Change reg_s value field from u8 * to void *; it must always be cast.
zwelch
1
-1
/
+1
2009-04-27
Added dap baseaddr and dap apid commands
mlu
1
-4
/
+75
2009-04-27
Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.
mlu
1
-0
/
+48
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-2
/
+2
2009-04-03
Slight improvement in run_algorithm register restore.
mlu
1
-4
/
+9
2008-11-20
- preserve cortex_m3 C_MASKINTS during resume/step
ntfreak
1
-3
/
+2
2008-11-06
- remove build warnings
ntfreak
1
-1
/
+0
2008-11-02
Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor...
oharboe
1
-32
/
+42
2008-10-14
- remove build warnings
ntfreak
1
-6
/
+6
2008-10-14
Laurentiu Cocanu - more error handling fixes
oharboe
1
-6
/
+21
2008-10-13
hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix
oharboe
1
-86
/
+88
2008-10-07
Fixes SEGFAULT when setting registers from GDB.
oharboe
1
-20
/
+4
2008-10-07
fixed crash in dummy register handling
oharboe
1
-0
/
+26
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-0
/
+3
2008-08-24
duan ellis target tcl work in progress
oharboe
1
-1
/
+1
2008-08-20
fix BUG: keep_alive() error messages
oharboe
1
-20
/
+15
2008-05-27
- moved flash erase_check target code to target.c
ntfreak
1
-0
/
+60
2008-04-26
- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...
ntfreak
1
-1
/
+17
2008-04-11
Reset wip. Just adding hooks. This is just to reduce the size of the actual c...
oharboe
1
-5
/
+5
2008-04-10
- single core context used, removed debug context as thought unnecessary.
ntfreak
1
-123
/
+45
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-18
/
+18
2008-03-22
- gdb server was incorrectly sending null terminator on qXfer:features:read: ...
ntfreak
1
-7
/
+19
2008-03-21
- armv7m control register now set as dirty when switching context
ntfreak
1
-12
/
+4
2008-03-11
- 16 and 32 bit unaligned accesses supported
ntfreak
1
-4
/
+4
2008-03-10
- the jtag chain is examined and validated after GDB & telnet servers
oharboe
1
-6
/
+0
2008-03-07
- Improves error handling upon GDB connect
oharboe
1
-0
/
+1
2008-03-02
Uwe Hermann tightned up comments, etc. to follow OpenOCD policy
oharboe
1
-4
/
+6
2008-02-29
Uwe Hermann:
oharboe
1
-0
/
+1
2008-02-25
Michael Bruck spotted an omission in svn 322
oharboe
1
-3
/
+2
2008-02-06
- added patch to solve problem with AT91SAM9260 (dirty register)
mifi
1
-1
/
+1
2007-10-22
- add verify_image command
ntfreak
1
-0
/
+80
2007-10-01
- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...
ntfreak
1
-1
/
+1
2007-09-10
- Fixed display of sector sizes in flash.c
mlu
1
-27
/
+28
2007-07-26
- corrected stm32x_handle_options_write_command, incorrect options printed
ntfreak
1
-13
/
+12
2007-06-24
- ST STM32x cortex support added
ntfreak
1
-33
/
+23
2007-06-14
- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)
drath
1
-0
/
+590