aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)Author
2009-05-06Change reg_s value field from u8 * to void *; it must always be cast.zwelch
2009-04-27Added dap baseaddr and dap apid commandsmlu
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-04-03Slight improvement in run_algorithm register restore.mlu
2008-11-20- preserve cortex_m3 C_MASKINTS during resume/stepntfreak
2008-11-06- remove build warningsntfreak
2008-11-02Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor...oharboe
2008-10-14- remove build warningsntfreak
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe
2008-10-13hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fixoharboe
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe
2008-10-07fixed crash in dummy register handlingoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-20fix BUG: keep_alive() error messagesoharboe
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak
2008-04-11Reset 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 contextntfreak
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe
2008-03-07- Improves error handling upon GDB connectoharboe
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-29Uwe Hermann: oharboe
2008-02-25Michael Bruck spotted an omission in svn 322oharboe
2008-02-06- added patch to solve problem with AT91SAM9260 (dirty register)mifi
2007-10-22- add verify_image commandntfreak
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.cmlu
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak
2007-06-24- ST STM32x cortex support addedntfreak
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath