summaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
Commit message (Expand)AuthorAgeFilesLines
* - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak2008-04-261-1/+17
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-5/+5
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-123/+45
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-18/+18
* - gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak2008-03-221-7/+19
* - armv7m control register now set as dirty when switching contextntfreak2008-03-211-12/+4
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-111-4/+4
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-101-6/+0
* - Improves error handling upon GDB connectoharboe2008-03-071-0/+1
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-4/+6
* Uwe Hermann: oharboe2008-02-291-0/+1
* Michael Bruck spotted an omission in svn 322oharboe2008-02-251-3/+2
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-061-1/+1
* - add verify_image commandntfreak2007-10-221-0/+80
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - Fixed display of sector sizes in flash.cmlu2007-09-101-27/+28
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-13/+12
* - ST STM32x cortex support addedntfreak2007-06-241-33/+23
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+590