aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14- remove build warningsntfreak1-6/+6
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe1-6/+21
2008-10-13hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fixoharboe1-86/+88
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-20/+4
2008-10-07fixed crash in dummy register handlingoharboe1-0/+26
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-24duan ellis target tcl work in progressoharboe1-1/+1
2008-08-20fix BUG: keep_alive() error messagesoharboe1-20/+15
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+60
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak1-1/+17
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-5/+5
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-123/+45
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-18/+18
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak1-7/+19
2008-03-21- armv7m control register now set as dirty when switching contextntfreak1-12/+4
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak1-4/+4
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe1-6/+0
2008-03-07- Improves error handling upon GDB connectoharboe1-0/+1
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-4/+6
2008-02-29Uwe Hermann: oharboe1-0/+1
2008-02-25Michael Bruck spotted an omission in svn 322oharboe1-3/+2
2008-02-06- added patch to solve problem with AT91SAM9260 (dirty register)mifi1-1/+1
2007-10-22- add verify_image commandntfreak1-0/+80
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-1/+1
2007-09-10- Fixed display of sector sizes in flash.cmlu1-27/+28
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak1-13/+12
2007-06-24- ST STM32x cortex support addedntfreak1-33/+23
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath1-0/+590