index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
armv7m.c
Age
Commit message (
Expand
)
Author
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-05-06
Change reg_s value field from u8 * to void *; it must always be cast.
zwelch
2009-04-27
Added dap baseaddr and dap apid commands
mlu
2009-04-27
Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.
mlu
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-03
Slight improvement in run_algorithm register restore.
mlu
2008-11-20
- preserve cortex_m3 C_MASKINTS during resume/step
ntfreak
2008-11-06
- remove build warnings
ntfreak
2008-11-02
Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor...
oharboe
2008-10-14
- remove build warnings
ntfreak
2008-10-14
Laurentiu Cocanu - more error handling fixes
oharboe
2008-10-13
hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix
oharboe
2008-10-07
Fixes SEGFAULT when setting registers from GDB.
oharboe
2008-10-07
fixed crash in dummy register handling
oharboe
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-08-24
duan ellis target tcl work in progress
oharboe
2008-08-20
fix BUG: keep_alive() error messages
oharboe
2008-05-27
- moved flash erase_check target code to target.c
ntfreak
2008-04-26
- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...
ntfreak
2008-04-11
Reset wip. Just adding hooks. This is just to reduce the size of the actual c...
oharboe
2008-04-10
- single core context used, removed debug context as thought unnecessary.
ntfreak
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-22
- gdb server was incorrectly sending null terminator on qXfer:features:read: ...
ntfreak
2008-03-21
- armv7m control register now set as dirty when switching context
ntfreak
2008-03-11
- 16 and 32 bit unaligned accesses supported
ntfreak
2008-03-10
- the jtag chain is examined and validated after GDB & telnet servers
oharboe
2008-03-07
- Improves error handling upon GDB connect
oharboe
2008-03-02
Uwe Hermann tightned up comments, etc. to follow OpenOCD policy
oharboe
2008-02-29
Uwe Hermann:
oharboe
2008-02-25
Michael Bruck spotted an omission in svn 322
oharboe
2008-02-06
- added patch to solve problem with AT91SAM9260 (dirty register)
mifi
2007-10-22
- add verify_image command
ntfreak
2007-10-01
- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...
ntfreak
2007-09-10
- Fixed display of sector sizes in flash.c
mlu
2007-07-26
- corrected stm32x_handle_options_write_command, incorrect options printed
ntfreak
2007-06-24
- ST STM32x cortex support added
ntfreak
2007-06-14
- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)
drath